• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

need some php/ssl/squirrel-mail help in linux.

mcveigh

Diamond Member
I'm trying to setup apache, php, squirrelmail, courier-imap, all with ssl

I got php working, but the left hand menu in squirrel menu isn't working.

I think it's a menu at least on the left hand side there is an error message
"Please contact your system administrator and report the following error:
Fatal error: No such file or directory"

any ideas?
 
The apache error logs will probably hold the answer.

If not you may need to turn on some verbose error logging in php.
 
AHHHH nothing jumps out at me

edit:
stuf I don't understand
[Fri Sep 6 19:44:21 2002] [error] [client xxxxxxxxxxxxxx] File does not exist: /home/httpd/htdocs/scripts/root.exe
[Fri Sep 6 19:44:21 2002] [error] [client xxxxxxxxxxxxxx] File does not exist: /home/httpd/htdocs/MSADC/root.exe
[Fri Sep 6 19:44:21 2002] [error] [client xxxxxxxxxxxxxx] File does not exist: /home/httpd/htdocs/c/winnt/system32/cmd.exe
[Fri Sep 6 19:44:21 2002] [error] [client xxxxxxxxxxxxxx] File does not exist: /home/httpd/htdocs/d/winnt/system32/cmd.exe
[Fri Sep 6 19:44:21 2002] [error] [client xxxxxxxxxxxxxx] File does not exist: /home/httpd/htdocs/scripts/..%5c../winnt/system32/cmd.exe
[Fri Sep 6 19:44:21 2002] [error] [client xxxxxxxxxxxxxx] File does not exist: /home/httpd/htdocs/_vti_bin/..%5c../..%5c../..%5c../winnt/system32/cmd.exe
[Fri Sep 6 19:44:22 2002] [error] [client xxxxxxxxxxxxxx] File does not exist: /home/httpd/htdocs/_mem_bin/..%5c../..%5c../..%5c../winnt/system32/cmd.exe
[Fri Sep 6 19:44:22 2002] [error] [client xxxxxxxxxxxxxx] File does not exist: /home/httpd/htdocs/msadc/..%5c../..%5c../..%5c/..Á../..Á../..Á../winnt/system32/cmd.exe
[Fri Sep 6 19:44:22 2002] [error] [client xxxxxxxxxxxxxx] File does not exist: /home/httpd/htdocs/scripts/..Á../winnt/system32/cmd.exe
[Fri Sep 6 19:44:22 2002] [error] [client xxxxxxxxxxxxxx] File does not exist: /home/httpd/htdocs/scripts/..À¯../winnt/system32/cmd.exe
[Fri Sep 6 19:44:22 2002] [error] [clientxxxxxxxxxxxxxx] File does not exist: /home/httpd/htdocs/scripts/..Áœ../winnt/system32/cmd.exe
[Fri Sep 6 19:44:22 2002] [error] [client xxxxxxxxxxxxxx] File does not exist: /home/httpd/htdocs/scripts/..%5c../winnt/system32/cmd.exe
[Fri Sep 6 19:44:23 2002] [error] [client xxxxxxxxxxxxxx] File does not exist: /home/httpd/htdocs/scripts/..%2f../winnt/system32/cmd.exe
 
Originally posted by: Moonbender
That stuff you don't understand is internet worms trying to exploit IIS vulnerabilities.

are you serious? I just opened up port 80 on my router todaylast nite!!!!!!!! I couldn't understand why it had windows requests in it.


but I still can't figure out what happened to squirrelmail
 
Umm, I got apache,qmail,courier,php,squirellmail running (without SSL though).

Mucmail
login : test
password : tester

So everything works until after you login? I am not sure what to say without a bit mor info...
 
Thanks Muc!
after logging in on your server I see what my server doesn't give me.
the left hand frame is missing. I don't know if it's a problem with apache displaying the frame or squirrelmail. I'm thinking squirrel mail.
 
I have it working as well. My basic procedure was as follows:

Install and configure sendmail
Install and configure apache +mod_ssl
Install and configure php
Install and configure squirrelmail

Some things to keep in mind.

1. Make sure sendmail is setup to relay mail for the LAN
2. Make sure that apache is setup to re-route HTTP requests to HTTPS. This is not required if you don't care that users can access mail via HTTP then.
3. Make sure that you have set to allow uploads in php.ini as well as register globals on and use session cookies.
 
I haven't setup sendmail yer because I hate sendmail and will use either postfix or qmail (qmail probably)

I have done everything else. maybe I'll start over again
 
Originally posted by: Mucman
Hmmm... After loggin into squirrelmaill can you show us the tail of your apache error log?

I'll try to do it later, I'm not at home right now, and I turned it off, SSH's only fault is it won't work with the power off😉

 

seth $ tail /var/log/apache/error_log
[Tue Sep 10 07:24:29 2002] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Tue Sep 10 07:24:29 2002] [notice] Accept mutex: sysvsem (Default: sysvsem)
[Tue Sep 10 07:28:59 2002] [notice] Apache/1.3.26 (Unix) PHP/4.2.2 mod_ssl/2.8.10 OpenSSL/0.9.6g configured -- resuming normal operations
[Tue Sep 10 07:28:59 2002] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Tue Sep 10 07:28:59 2002] [notice] Accept mutex: sysvsem (Default: sysvsem)
[Tue Sep 10 08:31:31 2002] [notice] caught SIGTERM, shutting down
[Tue Sep 10 10:57:57 2002] [notice] Apache/1.3.26 (Unix) PHP/4.2.2 mod_ssl/2.8.10 OpenSSL/0.9.6g configured -- resuming normal operations
[Tue Sep 10 10:57:57 2002] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Tue Sep 10 10:57:57 2002] [notice] Accept mutex: sysvsem (Default: sysvsem)
[Tue Sep 10 15:49:12 2002] [error] [client 192.168.2.200] File does not exist: /home/httpd/htdocs/gnome-news/rdf

 
Back
Top