Home › Forums › OS X Server and Client Discussion › Questions and Answers › Setting up squirrelmail
- This topic has 3 replies, 3 voices, and was last updated 22 years, 4 months ago by
Anonymous.
-
AuthorPosts
-
December 18, 2002 at 2:38 pm #354897
Anonymous
ParticipantHi,
I’m trying to get squirrelmail to work on MacOS X Server 10.2.2
I was told squirrelmail was installed by default and that I only had to uncomment the PHP tags in /etc/httpd/httpd.confFollowing the “Include /etc/http/httpd_squirrelmail.conf” directions given in https://www.afp548.com/Articles/web/squirrelmail.html makes Apache refuse to start.
What I did was add the Include statement as follows in httpd_macosxserver.conf
—
#<RAdmin 100>
NameVirtualHost 192.168.185.11:80
Listen 192.168.185.11:80
<VirtualHost 192.168.185.11:80>
ServerName server
Include /private/etc/http/httpd_squirrelmail.conf#WebPerfCacheEnable On
#SiteAutomaticallyDisabled Off
ServerAdmin [email protected]
DocumentRoot “/Library/WebServer/Documents”
DirectoryIndex index.html index.php
CustomLog “/private/var/log/httpd/access_log” “%{PC-Remote-Addr}i %l %u %t \”%r\” %>s
%b”
ErrorLog “/private/var/log/httpd/error_log”
[etc.]
—After this modification WebService Status gives:
—
fopen: No such file or directory
httpd: could not open document config file /private/etc/http/httpd_squirrelmail.conf
/usr/sbin/apachectl start: httpd could not be started
—This doesn’t appear to be a privilige problem:
-rw-r–r– 1 root wheel 442 Dec 18 14:21 httpd_squirrelmail.confCan anyone tell me what I’m missing?
December 19, 2002 at 12:27 am #354899Cabbage
ParticipantThere is a typo in the manual
On page 361 next to the number 1 in the left margin should be
cd /private/etc/squirrelmail/config
not
cd /opt/squirrelmail/configureDecember 19, 2002 at 2:13 am #354900legacyb4
ParticipantI had the same problem, but found that the problem lay in:
Include /private/etc/[b:8d6fd76a16][u:8d6fd76a16]httpd[/u:8d6fd76a16][/b:8d6fd76a16]/httpd_squirremail.conf
You probably left out the “d” in the pathname.
Cheers.
[quote:8d6fd76a16=”A-H”]Hi,
Include /private/etc/http/httpd_squirrelmail.conf
[/quote:8d6fd76a16]
December 19, 2002 at 3:14 pm #354907Anonymous
Participant[quote:cd02659715=”legacyb4″]I had the same problem, but found that the problem lay in:
Include /private/etc/[b:cd02659715][u:cd02659715]httpd[/u:cd02659715][/b:cd02659715]/httpd_squirremail.conf
You probably left out the “d” in the pathname.
Cheers.
[quote:cd02659715=”A-H”]Hi,
Include /private/etc/http/httpd_squirrelmail.conf
[/quote:cd02659715][/quote:cd02659715]
Thanks that’s [b:cd02659715]exactly[/b:cd02659715] what happened. I copied the instructions verbatim from the article here on afp548.com; if you’re listening: fix the typo.
thanks for an excellent site.
-
AuthorPosts
- You must be logged in to reply to this topic.
Comments are closed