LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Issue with Apache not starting! (https://www.linuxquestions.org/questions/linux-newbie-8/issue-with-apache-not-starting-75959/)

awsoda 07-25-2003 06:27 PM

Issue with Apache not starting!
 
OS: Redhat 9
Server config: Server install with Apache, MySQL, PHP
Purpose for sever: devloping Module and Theme for Post Nuke

We want all users to have a web directory plus have three virtual directorys

path are:

/var/www/html/default
/var/www/html/sodaro.http
/var/www/html/sodaro.https
/var/www/html/mail.redirect

Issue: appache not starting after altering httpd.conf

Copy of conf:

/conf
(no URL://www-awsoda-net/linux/conf/httpd.conf)
/conf.d/
(no URL://www-awsoda-net/linux/confd/httpd.conf)

Replace the . with dashes and the no URL with http
I dont have enough post to have links.

When I run start I get this error message:

[Fri Jul 25 18:14:46 2003] [warn] module mysql_auth_module is already loaded, skipping
[Fri Jul 25 18:14:46 2003] [warn] module auth_pgsql_module is already loaded, skipping
[FAILED]

Any help would be nice my brain is a littlr fryed working on this project.

-AWSODA AKA (Tony Sodaro)

martinman 07-25-2003 09:31 PM

erhh...

maybe it's already loaded with the old config and trying to start it again with a new is farking some things up? to tell the truth thats an honest newb guess

anyways, try:

service httpd stop
service httpd start
service mysqld stop
service mysqld start


All times are GMT -5. The time now is 02:42 AM.