View Full Version : Blank Pages
Glorfindel
24th February 2006, 09:03
I got everything set up correctly finally, and it worked great... for about a day. Now every page I try to load simply gives a white page when I connect from my domain (glorf.com) or any subdomain thereof... any ideas what could have caused this?
falko
24th February 2006, 09:18
Are they HTML pages, or PHP, or something else?
What's in your Apache error log?
Glorfindel
24th February 2006, 13:06
index.php and some other php files. The pages are most definately there according to FTP.
I just got home and noticed that the pages are no longer blank... now everything points to the shared IP page except for a test.glorf.com that I added while I was trying to figure out why the pages were blank... the test.glorf.com page shows the default "This is the standard index of your website." page.
I just looked in the Vhosts_ispconfig.conf file and noticed that the only <VirtualHost> thing is for test.glorf.com aside from the main server one... none of the other sites I set up before are there... I never looked there before, but I assume they were there while they were working... 0_0
The only error since I noticed the problem that I can see is a "File does not exist: /var/www/sharedip/web15"
Going to the panel opening the existing sites and saving them doesn't seem to add them to the vhosts either :(
hmm... come to think of it and my small linux experiance... could this be related to permissions? I installed most of this stuff under root, and i've been running it under another user account now for security... the folder permissions are to root... is that a problem?
falko
24th February 2006, 15:06
hmm... come to think of it and my small linux experiance... could this be related to permissions? I installed most of this stuff under root, and i've been running it under another user account now for security... the folder permissions are to root... is that a problem?
What do you mean with that?
What's in Vhosts_ispconfig.conf?
Glorfindel
24th February 2006, 23:16
What do you mean with that?
I mean that when I installed LAMP and ISPConfig, I was logging into the linux box as root. Now that I have completed the installation, I am having it log into "Glorfindel" when it boots because i've always been told never to use root cept when you need to. The permissions on the Vhosts file is root:root -rw-r-r- (644). Would this cause ISPConfig to not be able to write to the file properly? I'm very new to linux :P
What's in Vhosts_ispconfig.conf?
###################################
#
# ISPConfig vHost Configuration File
# Version 1.0
#
###################################
#
NameVirtualHost 192.168.1.2:80
<VirtualHost 192.168.1.2:80>
ServerName localhost
ServerAdmin root@localhost
DocumentRoot /var/www/sharedip
</VirtualHost>
#
#
######################################
# Vhost: test.glorf.com:80
######################################
#
#
<VirtualHost 192.168.1.2:80>
ServerName test.glorf.com:80
ServerAdmin webmaster@glorf.com
DocumentRoot /var/www/web15/web
DirectoryIndex index.html index.htm index.php index.php5 index.php4 index.php3 index.shtml index.cgi index.pl index.jsp Default.htm default.htm
ScriptAlias /cgi-bin/ /var/www/web15/cgi-bin/
AddHandler cgi-script .cgi
AddHandler cgi-script .pl
ErrorLog /var/www/web15/log/error.log
AddType application/x-httpd-php .php .php3 .php4 .php5
<Files *.php>
SetOutputFilter PHP
SetInputFilter PHP
</Files>
<Files *.php3>
SetOutputFilter PHP
SetInputFilter PHP
</Files>
<Files *.php4>
SetOutputFilter PHP
SetInputFilter PHP
</Files>
<Files *.php5>
SetOutputFilter PHP
SetInputFilter PHP
</Files>
php_admin_flag safe_mode Off
AddType text/html .shtml
AddOutputFilter INCLUDES .shtml
Alias /error/ "/var/www/web15/web/error/"
ErrorDocument 400 /error/invalidSyntax.html
ErrorDocument 401 /error/authorizationRequired.html
ErrorDocument 403 /error/forbidden.html
ErrorDocument 404 /error/fileNotFound.html
ErrorDocument 405 /error/methodNotAllowed.html
ErrorDocument 500 /error/internalServerError.html
ErrorDocument 503 /error/overloaded.html
AliasMatch ^/~([^/]+)(/(.*))? /var/www/web15/user/$1/web/$3
AliasMatch ^/users/([^/]+)(/(.*))? /var/www/web15/user/$1/web/$3
</VirtualHost>
#
#
#
I assume that there should also be entries there for www and tsl... as I have two sites I've setup: tsl.glorf.com and www.glorf.com... and those both have aliases as plain glorf.com and jpl.glorf.com should go to tsl.glorf.com/jpl/
till
25th February 2006, 10:19
I mean that when I installed LAMP and ISPConfig, I was logging into the linux box as root. Now that I have completed the installation, I am having it log into "Glorfindel" when it boots because i've always been told never to use root cept when you need to. The permissions on the Vhosts file is root:root -rw-r-r- (644). Would this cause ISPConfig to not be able to write to the file properly? I'm very new to linux :P
No, thats OK. ISPConfig uses a process that runs with root priveliges to write the config files.
I assume that there should also be entries there for www and tsl... as I have two sites I've setup: tsl.glorf.com and www.glorf.com... and those both have aliases as plain glorf.com and jpl.glorf.com should go to tsl.glorf.com/jpl/
You mean you have setup more then one website in ISPConfig, these other websites show up in the ISPConfig interface but they are not in the Vhost_ispconfig.conf file?
Please have a look at the directory of Vhost_ispconfig.conf, are there other copies of the file Vhost_ispconfig.conf with the date appended to the name?
Glorfindel
25th February 2006, 20:31
You mean you have setup more then one website in ISPConfig, these other websites show up in the ISPConfig interface but they are not in the Vhost_ispconfig.conf file?
Yep :eek:
No, thats OK. ISPConfig uses a process that runs with root priveliges to write the config files.
You mean you have setup more then one website in ISPConfig, these other websites show up in the ISPConfig interface but they are not in the Vhost_ispconfig.conf file?
Please have a look at the directory of Vhost_ispconfig.conf, are there other copies of the file Vhost_ispconfig.conf with the date appended to the name?
Nope :(
till
26th February 2006, 09:58
Please check the ISPConfig logfile for errors:
/home/admispconfig/ispconfig/ispconfig,log
Glorfindel
26th February 2006, 10:04
Nothing in that log is tagged ERROR, but there are several "INFO" messages.
till
26th February 2006, 10:11
Please post the last 10 - 20 lines.
Glorfindel
26th February 2006, 10:13
25.02.2006 - 04:12:59 => INFO - /root/ispconfig/scripts/lib/classes/ispconfig_postfix.lib.php, Line 136: cp -fr /etc/postfix/local-host-names /etc/postfix/local-host-names~
25.02.2006 - 04:12:59 => INFO - /root/ispconfig/scripts/lib/classes/ispconfig_postfix.lib.php, Line 283: cp -fr /etc/postfix/virtusertable /etc/postfix/virtusertable~
25.02.2006 - 04:12:59 => INFO - /root/ispconfig/scripts/lib/classes/ispconfig_postfix.lib.php, Line 288: postmap hash:/etc/postfix/virtusertable
25.02.2006 - 04:12:59 => INFO - /root/ispconfig/scripts/lib/config.lib.php, Line 1191: cp -fr /etc/httpd/conf/vhosts/Vhosts_ispconfig.conf /etc/httpd/conf/vhosts/Vhosts_ispconfig.conf~
25.02.2006 - 04:13:00 => INFO - /root/ispconfig/scripts/lib/classes/ispconfig_system.lib.php, Line 696: /etc/rc.d/init.d/postfix stop &> /dev/null
25.02.2006 - 04:13:01 => INFO - /root/ispconfig/scripts/lib/classes/ispconfig_system.lib.php, Line 696: /etc/rc.d/init.d/postfix start &> /dev/null
25.02.2006 - 04:13:01 => INFO - /root/ispconfig/scripts/lib/config.lib.php, Line 1825: cp -fr /etc/proftpd_ispconfig.conf /etc/proftpd_ispconfig.conf~
25.02.2006 - 04:13:09 => DEBUG - The name www.glorf.com is already in use by another site or domain.<br>The Domain belongs to another client.<br><br> <a href='../../isp_manager/frame_start.php?'>Next >></a>
25.02.2006 - 23:59:02 => INFO - /root/ispconfig/scripts/lib/classes/ispconfig_system.lib.php, Line 696: /etc/rc.d/init.d/postfix stop &> /dev/null
25.02.2006 - 23:59:02 => INFO - /root/ispconfig/scripts/shell/mail_logs.php, Line 53: cp -f /var/log/maillog /var/log/maillog.25-02-06_23-59-02
25.02.2006 - 23:59:02 => INFO - /root/ispconfig/scripts/lib/classes/ispconfig_system.lib.php, Line 696: /etc/rc.d/init.d/proftpd stop &> /dev/null
25.02.2006 - 23:59:02 => INFO - /root/ispconfig/scripts/shell/ftp_logs.php, Line 58: cp -f /var/log/xferlog /var/log/xferlog.25-02-06_23-59-02
25.02.2006 - 23:59:02 => INFO - /root/ispconfig/scripts/lib/classes/ispconfig_system.lib.php, Line 696: /etc/rc.d/init.d/proftpd start &> /dev/null
25.02.2006 - 23:59:02 => INFO - /root/ispconfig/scripts/shell/ftp_logs.php, Line 96: cat /dev/null > /var/log/xferlog.test.glorf.com
25.02.2006 - 23:59:02 => INFO - /root/ispconfig/scripts/shell/ftp_logs.php, Line 121: rm -f /var/log/xferlog.test.glorf.com
25.02.2006 - 23:59:02 => INFO - /root/ispconfig/scripts/shell/ftp_logs.php, Line 96: cat /dev/null > /var/log/xferlog.t2.glorf.com
25.02.2006 - 23:59:02 => INFO - /root/ispconfig/scripts/shell/ftp_logs.php, Line 121: rm -f /var/log/xferlog.t2.glorf.com
25.02.2006 - 23:59:02 => INFO - /root/ispconfig/scripts/shell/ftp_logs.php, Line 124: rm -f /var/log/xferlog.25-02-06_23-59-02
25.02.2006 - 23:59:03 => INFO - /root/ispconfig/scripts/lib/classes/ispconfig_system.lib.php, Line 696: /etc/rc.d/init.d/postfix start &> /dev/null
25.02.2006 - 23:59:03 => INFO - /root/ispconfig/scripts/shell/mail_logs.php, Line 132: rm -f /var/log/maillog.test.glorf.com
25.02.2006 - 23:59:03 => INFO - /root/ispconfig/scripts/shell/mail_logs.php, Line 132: rm -f /var/log/maillog.t2.glorf.com
25.02.2006 - 23:59:03 => INFO - /root/ispconfig/scripts/shell/mail_logs.php, Line 134: rm -f /var/log/maillog.25-02-06_23-59-02
falko
26th February 2006, 10:42
Please post the output of ls -la /root/ispconfig
Glorfindel
26th February 2006, 10:44
[root@localhost ~]# ls -la /root/ispconfig
total 124
drwxr-xr-x 9 root root 4096 Feb 25 04:13 .
drwxr-x--- 21 root root 4096 Feb 24 06:41 ..
-rwxr-xr-x 1 root root 55866 Feb 22 05:44 cronolog
-rwxr-xr-x 1 root root 9673 Feb 22 05:44 cronosplit
drwxr-xr-x 12 root root 4096 Feb 22 05:26 httpd
drwxr-xr-x 12 root root 4096 Feb 22 05:44 isp
-rw-r--r-- 1 root root 8 Feb 25 04:13 .old_path_httpd_root
drwxr-xr-x 6 root root 4096 Feb 22 05:22 openssl
drwxr-xr-x 6 root root 4096 Feb 23 02:30 php
drwxr-xr-x 4 root root 4096 Feb 22 05:44 scripts
drwxr-xr-x 4 root root 4096 Feb 22 05:44 standard_cgis
drwxr-xr-x 2 root root 4096 Feb 22 05:44 sv
-rwx------ 1 root root 8190 Feb 22 05:44 uninstall
falko
26th February 2006, 11:01
Looks ok, too. Can you check again if there are web sites missing in Vhosts_ispconfig.conf?
Glorfindel
26th February 2006, 11:06
The Vhosts_ispconfig.conf file looks the same as when I posted, cept it has a t2.glorf.com that I added later on. The two original sites before the problem started are still missing.
falko
26th February 2006, 16:22
And you can see these two sites in ISPConfig, and they're not in the recycle bin?
Did you change anything manually in the ISPConfig database?
Glorfindel
27th February 2006, 01:19
And you can see these two sites in ISPConfig
yes
and they're not in the recycle bin?
yes
Did you change anything manually in the ISPConfig database?
no
falko
27th February 2006, 09:48
What about this line from the ISPConfig log:
25.02.2006 - 04:13:09 => DEBUG - The name www.glorf.com is already in use by another site or domain.<br>The Domain belongs to another client.<br><br> <a href='../../isp_manager/frame_start.php?'>Next >></a>
It seems there's already another site using www.glorf.com (maybe on the Co-Domains tab or in the recycle bin).
Glorfindel
28th February 2006, 01:22
I am not sure, but I think that error was from an attempt to create another www.glorf.com in the admin panel just to see if it would let me since the original doesn't seem to work :(
Glorfindel
28th February 2006, 02:34
Although I really want to know the cause of this problem so that it doesn't happen again, I really need to get these websites back up quick. I finally decided to try deleting them and adding them once again. I find that they will not remove from the recycle bin though, even after I restart the server machine.
If I were to delete the sites, would it delete all the http files and folders and the MySQL databases or would those remain so that I could transfer between them?
Oh, and the two new test sites I added were able to be deleted just fine by the way.
EDIT:
I have been able to fix one of my pages, and I think I can use the same method to fix the other... but I am a little worried that this same random error may occur again since I never was able to figure out what caused it in the first place, and I obviously can't go thru the SQL to remove parts and setup all the SQL databases by hand every time it does... I guess i'll let it go until it happens again (hopefully it doesn't!)
falko
28th February 2006, 09:59
And you're absolutely sure you didn't change anything in the ISPConfig database? :confused:
Glorfindel
28th February 2006, 10:08
I'm 100% sure.
It happened again just a few minutes ago... The pages are all blank as they were when the problem started the last time...
I was messing around refreshing my memory on HTML since I haven't used it in a couple years and I want to create a nice new site. I was using CuteFTP's edit feature, which just uploads new copies of a page when you save changes to the document. After a whole bunch of edits, I noticed the pages were coming up white... thought it was a problem in my code at first, but then it hit me... this is the same thing happening again... :mad:
My "fix" was deleting the pages from the SQL tables and the control panel, and re-creating them, then copying the SQL over with phpMyAdmin, and re-uploading with FTP. Seems to have worked about as long as the original setup had.... this is driving me nuts!
I was uploading to a directory of the website www.glorf.com that I added by FTP called "dev"... so www.glorf.com/dev/ I hadn't touched the control panel since "Fix-ing" it earlier. (At which time everything loaded fine.)
Glorfindel
28th February 2006, 10:20
From the linux machine... here is everything in the ispconfig.log for today's date....
28.02.2006 - 01:10:47 => DEBUG - Welcome to ISPConfig!
You can administrate your website(s) here. If you have questions or problems,
please contact your server administrator or refer to the ISPConfig client manual.
28.02.2006 - 01:10:59 => INFO - Signalfile Set: insert
28.02.2006 - 01:11:02 => INFO - /root/ispconfig/scripts/lib/config.lib.php, Line 251: setquota -g web19 0 0 0 0 -a &> /dev/null
28.02.2006 - 01:11:02 => INFO - /root/ispconfig/scripts/lib/config.lib.php, Line 270: Connected successfully
28.02.2006 - 01:11:03 => INFO - USER:
web19_tsl:x:10017:10019:TSL:/var/www/web19:/bin/false
28.02.2006 - 01:11:03 => INFO - /root/ispconfig/scripts/lib/config.lib.php, Line 851: setquota -u web19_tsl 0 0 0 0 -a &> /dev/null
28.02.2006 - 01:11:03 => INFO - /root/ispconfig/scripts/lib/classes/ispconfig_procmail.lib.php, Line 57: cp -f /root/ispconfig/isp/conf/forward.master /var/www/web19/.forward
28.02.2006 - 01:11:03 => INFO - /root/ispconfig/scripts/lib/classes/ispconfig_postfix.lib.php, Line 136: cp -fr /etc/postfix/local-host-names /etc/postfix/local-host-names~
28.02.2006 - 01:11:03 => INFO - /root/ispconfig/scripts/lib/classes/ispconfig_postfix.lib.php, Line 283: cp -fr /etc/postfix/virtusertable /etc/postfix/virtusertable~
28.02.2006 - 01:11:03 => INFO - /root/ispconfig/scripts/lib/classes/ispconfig_postfix.lib.php, Line 288: postmap hash:/etc/postfix/virtusertable
28.02.2006 - 01:11:03 => INFO - /root/ispconfig/scripts/lib/config.lib.php, Line 1191: cp -fr /etc/httpd/conf/vhosts/Vhosts_ispconfig.conf /etc/httpd/conf/vhosts/Vhosts_ispconfig.conf~
28.02.2006 - 01:11:03 => INFO - /root/ispconfig/scripts/lib/config.lib.php, Line 1825: cp -fr /etc/proftpd_ispconfig.conf /etc/proftpd_ispconfig.conf~
28.02.2006 - 01:11:21 => INFO - Signalfile Set: insert
28.02.2006 - 01:11:25 => INFO - /root/ispconfig/scripts/lib/config.lib.php, Line 251: setquota -g web19 0 0 0 0 -a &> /dev/null
28.02.2006 - 01:11:25 => INFO - /root/ispconfig/scripts/lib/config.lib.php, Line 270: Connected successfully
28.02.2006 - 01:11:25 => INFO - USER:
web19_tsl:x:10017:10019:TSL:/var/www/web19:/bin/false
28.02.2006 - 01:11:25 => INFO - /root/ispconfig/scripts/lib/config.lib.php, Line 851: setquota -u web19_tsl 0 0 0 0 -a &> /dev/null
28.02.2006 - 01:11:25 => INFO - /root/ispconfig/scripts/lib/classes/ispconfig_procmail.lib.php, Line 57: cp -f /root/ispconfig/isp/conf/forward.master /var/www/web19/.forward
28.02.2006 - 01:11:25 => INFO - /root/ispconfig/scripts/lib/classes/ispconfig_postfix.lib.php, Line 136: cp -fr /etc/postfix/local-host-names /etc/postfix/local-host-names~
28.02.2006 - 01:11:25 => INFO - /root/ispconfig/scripts/lib/classes/ispconfig_postfix.lib.php, Line 283: cp -fr /etc/postfix/virtusertable /etc/postfix/virtusertable~
28.02.2006 - 01:11:26 => INFO - /root/ispconfig/scripts/lib/classes/ispconfig_postfix.lib.php, Line 288: postmap hash:/etc/postfix/virtusertable
28.02.2006 - 01:11:26 => INFO - /root/ispconfig/scripts/lib/config.lib.php, Line 1191: cp -fr /etc/httpd/conf/vhosts/Vhosts_ispconfig.conf /etc/httpd/conf/vhosts/Vhosts_ispconfig.conf~
28.02.2006 - 01:11:27 => INFO - Signalfile Set: update
28.02.2006 - 01:11:27 => INFO - /root/ispconfig/scripts/lib/config.lib.php, Line 2341: httpd -t &> /dev/null
28.02.2006 - 01:11:27 => INFO - /root/ispconfig/scripts/lib/config.lib.php, Line 2343: httpd syntax ok
Glorfindel
28th February 2006, 10:22
Too long for one post...
28.02.2006 - 01:11:27 => INFO - /root/ispconfig/scripts/lib/classes/ispconfig_system.lib.php, Line 696: /etc/rc.d/init.d/httpd reload &> /dev/null
28.02.2006 - 01:11:28 => INFO - /root/ispconfig/scripts/lib/classes/ispconfig_system.lib.php, Line 696: /etc/rc.d/init.d/postfix stop &> /dev/null
28.02.2006 - 01:11:30 => INFO - /root/ispconfig/scripts/lib/classes/ispconfig_system.lib.php, Line 696: /etc/rc.d/init.d/postfix start &> /dev/null
28.02.2006 - 01:11:30 => INFO - /root/ispconfig/scripts/lib/config.lib.php, Line 1825: cp -fr /etc/proftpd_ispconfig.conf /etc/proftpd_ispconfig.conf~
28.02.2006 - 01:11:40 => INFO - Signalfile Set: update
28.02.2006 - 01:11:41 => INFO - Signalfile Set: update
28.02.2006 - 01:11:41 => INFO - Signalfile Set: update
28.02.2006 - 01:11:42 => INFO - /root/ispconfig/scripts/lib/config.lib.php, Line 251: setquota -g web19 0 0 0 0 -a &> /dev/null
28.02.2006 - 01:11:42 => INFO - /root/ispconfig/scripts/lib/config.lib.php, Line 270: Connected successfully
28.02.2006 - 01:11:42 => INFO - USER:
web19_tsl:x:10017:10019:TSL:/var/www/web19:/bin/false
28.02.2006 - 01:11:42 => INFO - /root/ispconfig/scripts/lib/config.lib.php, Line 851: setquota -u web19_tsl 0 0 0 0 -a &> /dev/null
28.02.2006 - 01:11:42 => INFO - /root/ispconfig/scripts/lib/classes/ispconfig_procmail.lib.php, Line 57: cp -f /root/ispconfig/isp/conf/forward.master /var/www/web19/.forward
28.02.2006 - 01:11:42 => INFO - /root/ispconfig/scripts/lib/classes/ispconfig_postfix.lib.php, Line 136: cp -fr /etc/postfix/local-host-names /etc/postfix/local-host-names~
28.02.2006 - 01:11:42 => INFO - /root/ispconfig/scripts/lib/classes/ispconfig_postfix.lib.php, Line 283: cp -fr /etc/postfix/virtusertable /etc/postfix/virtusertable~
28.02.2006 - 01:11:42 => INFO - /root/ispconfig/scripts/lib/classes/ispconfig_postfix.lib.php, Line 288: postmap hash:/etc/postfix/virtusertable
28.02.2006 - 01:11:42 => INFO - /root/ispconfig/scripts/lib/config.lib.php, Line 1191: cp -fr /etc/httpd/conf/vhosts/Vhosts_ispconfig.conf /etc/httpd/conf/vhosts/Vhosts_ispconfig.conf~
28.02.2006 - 01:11:43 => INFO - /root/ispconfig/scripts/lib/config.lib.php, Line 1800: httpd -t &> /dev/null
28.02.2006 - 01:11:44 => INFO - /root/ispconfig/scripts/lib/config.lib.php, Line 2341: httpd -t &> /dev/null
28.02.2006 - 01:11:44 => INFO - /root/ispconfig/scripts/lib/config.lib.php, Line 2343: httpd syntax ok
28.02.2006 - 01:11:44 => INFO - /root/ispconfig/scripts/lib/classes/ispconfig_system.lib.php, Line 696: /etc/rc.d/init.d/httpd reload &> /dev/null
28.02.2006 - 01:11:44 => INFO - /root/ispconfig/scripts/lib/config.lib.php, Line 1825: cp -fr /etc/proftpd_ispconfig.conf /etc/proftpd_ispconfig.conf~
28.02.2006 - 01:11:54 => INFO - Signalfile Set: delete: do
28.02.2006 - 01:11:55 => DEBUG - Welcome to ISPConfig!
You can administrate your website(s) here. If you have questions or problems,
please contact your server administrator or refer to the ISPConfig client manual.
28.02.2006 - 01:11:56 => INFO - /root/ispconfig/scripts/lib/config.lib.php, Line 251: setquota -g web19 0 0 0 0 -a &> /dev/null
28.02.2006 - 01:11:56 => INFO - /root/ispconfig/scripts/lib/config.lib.php, Line 270: Connected successfully
28.02.2006 - 01:11:56 => INFO - USER:
web19_tsl:x:10017:10019:TSL:/var/www/web19:/bin/false
28.02.2006 - 01:11:56 => INFO - /root/ispconfig/scripts/lib/config.lib.php, Line 851: setquota -u web19_tsl 0 0 0 0 -a &> /dev/null
28.02.2006 - 01:11:56 => INFO - /root/ispconfig/scripts/lib/classes/ispconfig_procmail.lib.php, Line 57: cp -f /root/ispconfig/isp/conf/forward.master /var/www/web19/.forward
28.02.2006 - 01:11:57 => INFO - /root/ispconfig/scripts/lib/classes/ispconfig_postfix.lib.php, Line 136: cp -fr /etc/postfix/local-host-names /etc/postfix/local-host-names~
28.02.2006 - 01:11:57 => INFO - /root/ispconfig/scripts/lib/classes/ispconfig_postfix.lib.php, Line 283: cp -fr /etc/postfix/virtusertable /etc/postfix/virtusertable~
28.02.2006 - 01:11:57 => INFO - /root/ispconfig/scripts/lib/classes/ispconfig_postfix.lib.php, Line 288: postmap hash:/etc/postfix/virtusertable
28.02.2006 - 01:11:57 => INFO - /root/ispconfig/scripts/lib/config.lib.php, Line 1191: cp -fr /etc/httpd/conf/vhosts/Vhosts_ispconfig.conf /etc/httpd/conf/vhosts/Vhosts_ispconfig.conf~
28.02.2006 - 01:11:57 => INFO - /root/ispconfig/scripts/lib/config.lib.php, Line 1800: httpd -t &> /dev/null
28.02.2006 - 01:11:58 => INFO - /root/ispconfig/scripts/lib/config.lib.php, Line 2341: httpd -t &> /dev/null
28.02.2006 - 01:11:58 => INFO - /root/ispconfig/scripts/lib/config.lib.php, Line 2343: httpd syntax ok
28.02.2006 - 01:11:58 => INFO - /root/ispconfig/scripts/lib/classes/ispconfig_system.lib.php, Line 696: /etc/rc.d/init.d/httpd reload &> /dev/null
28.02.2006 - 01:11:58 => INFO - /root/ispconfig/scripts/lib/config.lib.php, Line 1825: cp -fr /etc/proftpd_ispconfig.conf /etc/proftpd_ispconfig.conf~
28.02.2006 - 01:12:19 => INFO - Signalfile Set: update
28.02.2006 - 01:12:20 => INFO - Signalfile Set: update
28.02.2006 - 01:12:20 => INFO - /root/ispconfig/scripts/lib/config.lib.php, Line 251: setquota -g web19 0 0 0 0 -a &> /dev/null
28.02.2006 - 01:12:20 => INFO - /root/ispconfig/scripts/lib/config.lib.php, Line 270: Connected successfully
28.02.2006 - 01:12:20 => INFO - USER:
web19_tsl:x:10017:10019:TSL:/var/www/web19:/bin/false
28.02.2006 - 01:12:20 => INFO - /root/ispconfig/scripts/lib/config.lib.php, Line 851: setquota -u web19_tsl 0 0 0 0 -a &> /dev/null
28.02.2006 - 01:12:20 => INFO - /root/ispconfig/scripts/lib/classes/ispconfig_procmail.lib.php, Line 57: cp -f /root/ispconfig/isp/conf/forward.master /var/www/web19/.forward
28.02.2006 - 01:12:21 => INFO - /root/ispconfig/scripts/lib/classes/ispconfig_postfix.lib.php, Line 136: cp -fr /etc/postfix/local-host-names /etc/postfix/local-host-names~
Glorfindel
28th February 2006, 10:23
More...
28.02.2006 - 01:12:21 => INFO - /root/ispconfig/scripts/lib/classes/ispconfig_postfix.lib.php, Line 283: cp -fr /etc/postfix/virtusertable /etc/postfix/virtusertable~
28.02.2006 - 01:12:21 => INFO - /root/ispconfig/scripts/lib/classes/ispconfig_postfix.lib.php, Line 288: postmap hash:/etc/postfix/virtusertable
28.02.2006 - 01:12:21 => INFO - /root/ispconfig/scripts/lib/config.lib.php, Line 1191: cp -fr /etc/httpd/conf/vhosts/Vhosts_ispconfig.conf /etc/httpd/conf/vhosts/Vhosts_ispconfig.conf~
28.02.2006 - 01:12:22 => INFO - /root/ispconfig/scripts/lib/config.lib.php, Line 1800: httpd -t &> /dev/null
28.02.2006 - 01:12:22 => INFO - /root/ispconfig/scripts/lib/config.lib.php, Line 1825: cp -fr /etc/proftpd_ispconfig.conf /etc/proftpd_ispconfig.conf~
28.02.2006 - 01:12:24 => INFO - Signalfile Set: update
28.02.2006 - 01:12:33 => INFO - /root/ispconfig/scripts/lib/config.lib.php, Line 251: setquota -g web19 0 0 0 0 -a &> /dev/null
28.02.2006 - 01:12:33 => INFO - /root/ispconfig/scripts/lib/config.lib.php, Line 270: Connected successfully
28.02.2006 - 01:12:33 => INFO - USER:
web19_tsl:x:10017:10019:TSL:/var/www/web19:/bin/false
28.02.2006 - 01:12:33 => INFO - /root/ispconfig/scripts/lib/config.lib.php, Line 851: setquota -u web19_tsl 0 0 0 0 -a &> /dev/null
28.02.2006 - 01:12:33 => INFO - /root/ispconfig/scripts/lib/classes/ispconfig_procmail.lib.php, Line 57: cp -f /root/ispconfig/isp/conf/forward.master /var/www/web19/.forward
28.02.2006 - 01:12:33 => INFO - /root/ispconfig/scripts/lib/classes/ispconfig_postfix.lib.php, Line 136: cp -fr /etc/postfix/local-host-names /etc/postfix/local-host-names~
28.02.2006 - 01:12:33 => INFO - /root/ispconfig/scripts/lib/classes/ispconfig_postfix.lib.php, Line 283: cp -fr /etc/postfix/virtusertable /etc/postfix/virtusertable~
28.02.2006 - 01:12:33 => INFO - /root/ispconfig/scripts/lib/classes/ispconfig_postfix.lib.php, Line 288: postmap hash:/etc/postfix/virtusertable
28.02.2006 - 01:12:33 => INFO - /root/ispconfig/scripts/lib/config.lib.php, Line 1191: cp -fr /etc/httpd/conf/vhosts/Vhosts_ispconfig.conf /etc/httpd/conf/vhosts/Vhosts_ispconfig.conf~
28.02.2006 - 01:12:34 => INFO - /root/ispconfig/scripts/lib/config.lib.php, Line 1800: httpd -t &> /dev/null
28.02.2006 - 01:12:34 => INFO - /root/ispconfig/scripts/lib/config.lib.php, Line 2341: httpd -t &> /dev/null
28.02.2006 - 01:12:34 => INFO - /root/ispconfig/scripts/lib/config.lib.php, Line 2343: httpd syntax ok
28.02.2006 - 01:12:35 => INFO - /root/ispconfig/scripts/lib/classes/ispconfig_system.lib.php, Line 696: /etc/rc.d/init.d/httpd reload &> /dev/null
28.02.2006 - 01:12:35 => INFO - /root/ispconfig/scripts/lib/config.lib.php, Line 1825: cp -fr /etc/proftpd_ispconfig.conf /etc/proftpd_ispconfig.conf~
28.02.2006 - 01:12:38 => DEBUG - Welcome to ISPConfig!
You can administrate your website(s) here. If you have questions or problems,
please contact your server administrator or refer to the ISPConfig client manual.
28.02.2006 - 01:13:29 => INFO - Signalfile Set: insert
28.02.2006 - 01:13:37 => INFO - /root/ispconfig/scripts/lib/config.lib.php, Line 251: setquota -g web19 0 0 0 0 -a &> /dev/null
28.02.2006 - 01:13:37 => INFO - /root/ispconfig/scripts/lib/config.lib.php, Line 270: Connected successfully
28.02.2006 - 01:13:37 => INFO - USER:
web19_tsl:x:10017:10019:TSL:/var/www/web19:/bin/false
28.02.2006 - 01:13:37 => INFO - /root/ispconfig/scripts/lib/config.lib.php, Line 851: setquota -u web19_tsl 0 0 0 0 -a &> /dev/null
28.02.2006 - 01:13:37 => INFO - /root/ispconfig/scripts/lib/classes/ispconfig_procmail.lib.php, Line 57: cp -f /root/ispconfig/isp/conf/forward.master /var/www/web19/.forward
28.02.2006 - 01:13:37 => INFO - /root/ispconfig/scripts/lib/classes/ispconfig_postfix.lib.php, Line 136: cp -fr /etc/postfix/local-host-names /etc/postfix/local-host-names~
28.02.2006 - 01:13:37 => INFO - /root/ispconfig/scripts/lib/classes/ispconfig_postfix.lib.php, Line 283: cp -fr /etc/postfix/virtusertable /etc/postfix/virtusertable~
28.02.2006 - 01:13:37 => INFO - /root/ispconfig/scripts/lib/classes/ispconfig_postfix.lib.php, Line 288: postmap hash:/etc/postfix/virtusertable
28.02.2006 - 01:13:37 => INFO - /root/ispconfig/scripts/lib/config.lib.php, Line 1191: cp -fr /etc/httpd/conf/vhosts/Vhosts_ispconfig.conf /etc/httpd/conf/vhosts/Vhosts_ispconfig.conf~
28.02.2006 - 01:13:38 => INFO - /root/ispconfig/scripts/lib/config.lib.php, Line 1800: httpd -t &> /dev/null
28.02.2006 - 01:13:38 => INFO - /root/ispconfig/scripts/lib/config.lib.php, Line 1825: cp -fr /etc/proftpd_ispconfig.conf /etc/proftpd_ispconfig.conf~
Sorry bout the inconsistancy of size... VNC wasn't too nice about the scrolling thru text :P This time the Vhosts_ispconfig.conf looks right....
Glorfindel
28th February 2006, 10:36
Here is the current Vhosts_ispconfig.conf
###################################
#
# ISPConfig vHost Configuration File
# Version 1.0
#
###################################
#
NameVirtualHost 192.168.1.2:80
<VirtualHost 192.168.1.2:80>
ServerName localhost
ServerAdmin root@localhost
DocumentRoot /var/www/sharedip
</VirtualHost>
#
#
######################################
# Vhost: tsl.glorf.com:80
######################################
#
#
<VirtualHost 192.168.1.2:80>
ServerName tsl.glorf.com:80
ServerAdmin webmaster@glorf.com
DocumentRoot /var/www/web19/web
ServerAlias jpl.glorf.com
DirectoryIndex index.html index.htm index.php index.php5 index.php4 index.php3 index.shtml index.cgi index.pl index.jsp Default.htm default.htm
ScriptAlias /cgi-bin/ /var/www/web19/cgi-bin/
AddHandler cgi-script .cgi
AddHandler cgi-script .pl
ErrorLog /var/www/web19/log/error.log
AddType application/x-httpd-php .php .php3 .php4 .php5
<Files *.php>
SetOutputFilter PHP
SetInputFilter PHP
</Files>
<Files *.php3>
SetOutputFilter PHP
SetInputFilter PHP
</Files>
<Files *.php4>
SetOutputFilter PHP
SetInputFilter PHP
</Files>
<Files *.php5>
SetOutputFilter PHP
SetInputFilter PHP
</Files>
php_admin_flag safe_mode Off
AddType text/html .shtml
AddOutputFilter INCLUDES .shtml
Alias /error/ "/var/www/web19/web/error/"
ErrorDocument 400 /error/invalidSyntax.html
ErrorDocument 401 /error/authorizationRequired.html
ErrorDocument 403 /error/forbidden.html
ErrorDocument 404 /error/fileNotFound.html
ErrorDocument 405 /error/methodNotAllowed.html
ErrorDocument 500 /error/internalServerError.html
ErrorDocument 503 /error/overloaded.html
AliasMatch ^/~([^/]+)(/(.*))? /var/www/web19/user/$1/web/$3
AliasMatch ^/users/([^/]+)(/(.*))? /var/www/web19/user/$1/web/$3
RewriteEngine on
RewriteCond %{HTTP_HOST} ^jpl\.glorf\.com [NC]
RewriteRule ^/(.*)$ http://tsl.glorf.com/jpl/$1 [R]
</VirtualHost>
#
#
#
######################################
# Vhost: www.glorf.com:80
######################################
#
#
<VirtualHost 192.168.1.2:80>
ServerName www.glorf.com:80
ServerAdmin webmaster@glorf.com
DocumentRoot /var/www/web18/web
ServerAlias glorf.com
DirectoryIndex index.html index.htm index.php index.php5 index.php4 index.php3 index.shtml index.cgi index.pl index.jsp Default.htm default.htm
ScriptAlias /cgi-bin/ /var/www/web18/cgi-bin/
AddHandler cgi-script .cgi
AddHandler cgi-script .pl
ErrorLog /var/www/web18/log/error.log
AddType application/x-httpd-php .php .php3 .php4 .php5
<Files *.php>
SetOutputFilter PHP
SetInputFilter PHP
</Files>
<Files *.php3>
SetOutputFilter PHP
SetInputFilter PHP
</Files>
<Files *.php4>
SetOutputFilter PHP
SetInputFilter PHP
</Files>
<Files *.php5>
SetOutputFilter PHP
SetInputFilter PHP
</Files>
php_admin_flag safe_mode Off
AddType text/html .shtml
AddOutputFilter INCLUDES .shtml
Alias /error/ "/var/www/web18/web/error/"
ErrorDocument 400 /error/invalidSyntax.html
ErrorDocument 401 /error/authorizationRequired.html
ErrorDocument 403 /error/forbidden.html
ErrorDocument 404 /error/fileNotFound.html
ErrorDocument 405 /error/methodNotAllowed.html
ErrorDocument 500 /error/internalServerError.html
ErrorDocument 503 /error/overloaded.html
AliasMatch ^/~([^/]+)(/(.*))? /var/www/web18/user/$1/web/$3
AliasMatch ^/users/([^/]+)(/(.*))? /var/www/web18/user/$1/web/$3
</VirtualHost>
#
#
#
There is also another file in /etc/httpd/conf/vhosts ... it contains Vhosts_ispconfig.conf and Vhosts_ispconfig.conf~ both of these files appear to have the same contents...
Also, 192.168.1.2 shows the shared IP page. Anything else shows a blank white page.
Heres a new discovery... /etc/httpd/logs/error_log shows me a whole bunch of
[error] an unknown filter was not added: PHP
but this appears to be a warning due to a changed methodology... so nevermind that.
Should I try re-installing FC4 and ISPConfig now that I have more knowledge of the subject? Perhaps I went wrong somewhere along the way?
falko
28th February 2006, 19:07
Should I try re-installing FC4 and ISPConfig now that I have more knowledge of the subject? Perhaps I went wrong somewhere along the way?
Might not be the worst idea since I have no idea anymore what could be wrong on your system.
Glorfindel
1st March 2006, 02:00
In the middle of reinstalling Fedora, I think I figured out at least part of what was wrong... earlier, I had been running a secondary apache on my gaming PC. Once the server was back up, I disabled that service, but I did notice that http://localhost/ was giving me white pages on the gaming PC. The ports were supposedly forwarded correctly, but as i've mentioned before, my router keeps screwing up with the port forwards.
The only thing that this wouldn't explain is the former removal from the VHosts_ispconfig, and why it worked temporarily when I deleted the sites and remade them in the panel.
In any case, I took some time to try to fix the stupid router, and I think this may have done the job... I found an open sourced project for my router, that is a custom firmware (http://www.hyperwrt.org/). I loaded it up, and now I get 30 extra port forward slots, and I can now telnet to the router's OS! :D Using this new power, I flushed out the registers completely and reflashed clean. Should be just like a brand new router out of the box now. I'm also thinking about trying to recode the DynDNS support bit of the router's firmware to handle dnsexit... might be fun :D
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.