ipgraffiti n00b
Joined: 26 May 2004 Posts: 68 Location: warrensburg,mo
|
Posted: Mon Feb 13, 2006 7:49 pm Post subject: can not access the default index.html page <solved> |
|
|
this is my first apache sever i have built. for some reason i can not see the main index.html page and i can't figure out why. so here all my info. all i've been able to gather is it might be a php issue? i just want be able to run myphpadmin so i can create a database.
/etc/conf.d/apache2
APACHE2_OPTS="-D SSL -D PHP4 -D PERL -D DOC -D FTPD"
/etc/init.d/apache restart
* Caching service dependencies ... [ ok ]
* Stopping apache ... [ ok ]
* Starting apache ...
Processing config directory: /etc/apache/modules.d/*.conf
Processing config file: /etc/apache/modules.d/10_mod_ssl.conf
Processing config directory: /etc/apache/vhosts.d/*.conf
Processing config file: /etc/apache/vhosts.d/00_default_vhost.conf
Processing config file: /etc/apache/vhosts.d/default-ssl.conf
tail /var/log/apache2/error_log
[Mon Feb 13 14:51:33 2006] [notice] child pid 30368 exit signal Segmentation fault (11)
[Mon Feb 13 14:52:50 2006] [notice] child pid 30369 exit signal Segmentation fault (11)
[Mon Feb 13 14:52:54 2006] [notice] child pid 30370 exit signal Segmentation fault (11)
[Mon Feb 13 14:53:21 2006] [notice] child pid 30371 exit signal Segmentation fault (11)
[Mon Feb 13 14:54:20 2006] [notice] child pid 30372 exit signal Segmentation fault (11)
[Mon Feb 13 14:54:24 2006] [notice] child pid 30374 exit signal Segmentation fault (11)
[Mon Feb 13 14:54:26 2006] [notice] child pid 30373 exit signal Segmentation fault (11)
[Mon Feb 13 14:54:27 2006] [notice] child pid 30517 exit signal Segmentation fault (11)
[Mon Feb 13 14:54:29 2006] [notice] child pid 30518 exit signal Segmentation fault (11)
[Mon Feb 13 14:56:43 2006] [notice] child pid 30519 exit signal Segmentation fault (11)
figured it out, i was running both apache and apache2, it didn't like that _________________ "It's like a koala bear crapped a rainbow in my brain" |
|