Koozali.org: home of the SME Server
Obsolete Releases => SME Server 7.x => Topic started by: srushik on August 24, 2006, 02:43:15 AM
-
I added a 2nd drive and put all ibays on this drive. This causes a 403 Forbidden error when browsing to the server.
In SME6.0, I followed this forum thread to allow the server to follow the symbolic links for ibays.
http://forums.contribs.org/index.php?topic=30035.0
This does not work in SME7. The following message is returned:
[root@server]# /etc/e-smith/events/actions/restart-httpd-full
-bash: /etc/e-smith/events/actions/restart-httpd-full: No such file or directory
How can this same thing be accomplished in SME7?
-
I added a 2nd drive and put all ibays on this drive. This causes a 403 Forbidden error when browsing to the server.
In SME6.0, I followed this forum thread to allow the server to follow the symbolic links for ibays.
http://forums.contribs.org/index.php?topic=30035.0
This does not work in SME7. The following message is returned:
[root@server]# /etc/e-smith/events/actions/restart-httpd-full
-bash: /etc/e-smith/events/actions/restart-httpd-full: No such file or directory
How can this same thing be accomplished in SME7?
/etc/rc7.d/httpd-e-smith sigusr1
would restart your httpd gracefull.
Did you also read this: How to add an extra hard disk to a SME server (http://mirror.contribs.org/smeserver/contribs/mblotwijk/HowToGuides/AddExtraHardDisk.htm)?
-
I don't have an rc7.d folder. I have an rc6.d (perhaps I'm missing an SME update.)
The guide you pointed me to provided this command:
[root@hogwarts /]# /etc/init.d/httpd graceful
That worked perfectly.
Thanks for your help, I'm back on broadway!!
Shane
-
I don't have an rc7.d folder. I have an rc6.d (perhaps I'm missing an SME update.)
If you don't have a /etc/rc7.d folder I wonder how your server reboots :-?
-
My mistake, rc7.d is there. Somehow I overlooked it.
Many thanks for your help.