LAMP on Ubuntu 14.04.1 LTS Container
A tutorial for using this LAMP image is at:
Configured using the Linode "Hosting a Website" guide:
Apache Configuration:
A copy of the Apache default .conf file at: /etc/apache2/apache2.backup.conf
Changes to the Apache /etc/apache2/apache2.conf file are:
i. "KeepAlive Off" instead of on
ii. Module added to end of file:
iii. Hostname added to end of file: ServerName localhost
Enabled Virtual Host file at /etc/apache2/sites-available/example.com.conf
Created directories for Virtual Host file:
/var/www/example.com /var/www/example.com/public_html /var/www/example.com/log /var/www/example.com/backups
MySQL Configuration:
Temporary root password: "Admin2015" Change immediately!
Ran mysql_secure_installation : i. Removed anonymous user accounts ii. Disable remote root login iii. Removed the test database
MySQL configuration file at /etc/mysql/my.cnf i. Changed settings: max_connections = 75 key_buffer = 32M max_allowed_packet = 1M thread_stack = 128K table_cache = 32
Example database: exampleDB
Example user: example_user
Example user password: Admin2015
PHP Configuration:
PHP configuration file at /etc/php5/apache2/php.ini
i. Changed settings: max_execution_time = 30 memory_limit = 128M error_reporting = E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR display_errors = Off log_errors = On error_log = /var/log/php/error.log register_globals = Off
Created directory: /var/log/php
Changed /var/log/php ownership to www-data





探索更多轩辕镜像的使用方法,找到最适合您系统的配置方式
通过 Docker 登录认证访问私有仓库
无需登录使用专属域名
Kubernetes 集群配置 Containerd
K3s 轻量级 Kubernetes 镜像加速
VS Code Dev Containers 配置
Podman 容器引擎配置
HPC 科学计算容器配置
ghcr、Quay、nvcr 等镜像仓库
Harbor Proxy Repository 对接专属域名
Portainer Registries 加速拉取
Nexus3 Docker Proxy 内网缓存
需要其他帮助?请查看我们的 常见问题Docker 镜像访问常见问题解答 或 提交工单
manifest unknown
no matching manifest(架构)
invalid tar header(解压)
TLS 证书失败
DNS 超时
410 Gone 排查
402 与流量用尽
401 认证失败
429 限流
D-Bus 凭证提示
413 与超大单层
来自真实用户的反馈,见证轩辕镜像的优质服务