Добрый день! Можете мне помощь с lamp на убнуте 13.04?
Установил чистую систему. Успел только обновиться на ней. Поставил ламп по инстукции на нашей википедии на форуме.
Сделал var/www общей. Проверил она работает. Вставил код php в нее. Работает. Удалил index и снова его поставил с тем же содержимым. Проверяю не работает. Права правильно выставил. phpmyadmin заходит по локалхост. А, сам локалхост пустой появляется.
Решил сделать виртуальные хосты сделал файл /etc/apache2/sites-available с настройками
<VirtualHost *:80>
ServerName test1
ServerAlias test1.my www.test1.my
DocumentRoot /home/saifuddin/site/www
</VirtualHost>
sudo a2ensite test1.conf
все отлично было. сделал рестарт апача. Ок. Файл хост
127.0.0.1 localhost test1.my www.test1.my
127.0.1.1 saifuddin-PC
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
php --version
PHP 5.4.9-4ubuntu2.3 (cli) (built: Sep 4 2013 19:32:25)
Copyright (c) 1997-2012 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2012 Zend Technologies
apache2ctl configtest
/usr/sbin/apache2ctl: 87: ulimit: error setting limit (Operation not permitted)
Syntax OK
[spoiler]
apache2ctl -MS
/usr/sbin/apache2ctl: 87: ulimit: error setting limit (Operation not permitted)
VirtualHost configuration:
wildcard NameVirtualHosts and _default_ servers:
*:80 is a NameVirtualHost
default server test1 (/etc/apache2/sites-enabled/mysite:1)
port 80 namevhost test1 (/etc/apache2/sites-enabled/mysite:1)
Loaded Modules:
core_module (static)
log_config_module (static)
logio_module (static)
version_module (static)
mpm_prefork_module (static)
http_module (static)
so_module (static)
alias_module (shared)
auth_basic_module (shared)
authn_file_module (shared)
authz_default_module (shared)
authz_groupfile_module (shared)
authz_host_module (shared)
authz_user_module (shared)
autoindex_module (shared)
cgi_module (shared)
deflate_module (shared)
dir_module (shared)
env_module (shared)
mime_module (shared)
negotiation_module (shared)
php5_module (shared)
reqtimeout_module (shared)
rewrite_module (shared)
setenvif_module (shared)
status_module (shared)
Syntax OK
[spoiler]
ps aux | grep apache
1000 3575 0.0 0.0 352072 9012 pts/2 Sl+ 16:04 0:01 gksudo gedit /etc/apache2/sites-available/mysite
root 3578 0.0 0.0 65688 2144 ? Ss 16:04 0:00 /usr/bin/sudo -H -S -p GNOME_SUDO_PASS -u root -- gedit /etc/apache2/sites-available/mysite
root 3579 0.0 0.0 427420 10544 ? Sl 16:04 0:00 gedit /etc/apache2/sites-available/mysite
root 4923 0.0 0.0 229424 9960 ? Ss 16:54 0:00 /usr/sbin/apache2 -k start
www-data 4928 0.0 0.0 229700 7696 ? S 16:54 0:00 /usr/sbin/apache2 -k start
www-data 4929 0.0 0.0 229700 7736 ? S 16:54 0:00 /usr/sbin/apache2 -k start
www-data 4930 0.0 0.0 229700 6960 ? S 16:54 0:00 /usr/sbin/apache2 -k start
www-data 4931 0.0 0.0 229700 7696 ? S 16:54 0:00 /usr/sbin/apache2 -k start
www-data 4932 0.0 0.0 229700 6960 ? S 16:54 0:00 /usr/sbin/apache2 -k start
www-data 4933 0.0 0.0 229456 6000 ? S 16:54 0:00 /usr/sbin/apache2 -k start
1000 4975 0.0 0.0 14880 928 pts/4 S+ 17:00 0:00 grep apache
[spoiler]
apache2ctl status
/usr/sbin/apache2ctl: 87: ulimit: error setting limit (Operation not permitted)
/usr/sbin/apache2ctl: 99: /usr/sbin/apache2ctl: www-browser: not found
'www-browser -dump http://localhost:80/server-status' failed.
Maybe you need to install a package providing www-browser or you
need to adjust the APACHE_LYNX variable in /etc/apache2/envvars