Code:
phpMyAdmin 3.4.3.1-all-languages installation is done.
cp: `/var/www/html/squirrelmail/data' and `/var/www/html/squirrelmail-1.4.21/data' are the same file
SquirrelMail 1.4.21 installation is done.
*************************************
* *
* All parts have been installed *
* *
*************************************
Type: /sbin/service httpd restart
[root@230183 custombuild]#
So I do
[root@230183 custombuild]# /sbin/service httpd restart
But I get
Code:
Stopping httpd: [FAILED]
Starting httpd: httpd: Syntax error on line 143 of /etc/httpd/conf/httpd.conf: Syntax error on line 21 of /etc/httpd/conf/extra/httpd-vhosts.conf: Could not open configuration file /etc/httpd/conf/ips.conf: No such file or directory
Okay so I do a bit of Googling and find that someone just comments out line 143 in the httpd.conf.
So I did.
But:
Code:
[root@230183 custombuild]# /sbin/service httpd restart
Stopping httpd: [FAILED]
Starting httpd:
[root@230183 custombuild]# /sbin/service httpd restart
Stopping httpd: [ OK ]
Starting httpd:
That is as far as I have got :/