i have tons of problems trying to use 1.0.5 on lucid
once i got past the problem in this thread
1.0.5 on lucid would not make the users like vu2001 etc when i made a new site
trunk on lucid would not make dirs like htdocs and copy th fcgid launcher file...
also there was another issue on trunk with an extra "Include" in some file
this is what i get as perl installer output on 1.0.5
Code:
Starting Installation
ERROR: Module php4 does not exist!
ERROR: Module php5 does not exist!
Enabling module actions.
Run '/etc/init.d/apache2 restart' to activate new configuration!
Module fcgid already disabled
ERROR: Module ispcp_fastcgi does not exist!
Module fastcgi disabled.
Run '/etc/init.d/apache2 restart' to activate new configuration!
Enabling module fcgid_ispcp.
Run '/etc/init.d/apache2 restart' to activate new configuration!
Module cgid already enabled
Enabling site ispcp.conf.
Run '/etc/init.d/apache2 reload' to activate new configuration!
Enabling module rewrite.
Run '/etc/init.d/apache2 restart' to activate new configuration!
Enabling module suexec.
Run '/etc/init.d/apache2 restart' to activate new configuration!
Adding system startup for /etc/init.d/ispcp_daemon ...
/etc/rc0.d/K99ispcp_daemon -> ../init.d/ispcp_daemon
/etc/rc1.d/K99ispcp_daemon -> ../init.d/ispcp_daemon
/etc/rc6.d/K99ispcp_daemon -> ../init.d/ispcp_daemon
/etc/rc2.d/S99ispcp_daemon -> ../init.d/ispcp_daemon
/etc/rc3.d/S99ispcp_daemon -> ../init.d/ispcp_daemon
/etc/rc4.d/S99ispcp_daemon -> ../init.d/ispcp_daemon
/etc/rc5.d/S99ispcp_daemon -> ../init.d/ispcp_daemon
Adding system startup for /etc/init.d/ispcp_network ...
/etc/rc0.d/K20ispcp_network -> ../init.d/ispcp_network
/etc/rc1.d/K20ispcp_network -> ../init.d/ispcp_network
/etc/rc6.d/K20ispcp_network -> ../init.d/ispcp_network
/etc/rc2.d/S99ispcp_network -> ../init.d/ispcp_network
/etc/rc3.d/S99ispcp_network -> ../init.d/ispcp_network
/etc/rc4.d/S99ispcp_network -> ../init.d/ispcp_network
/etc/rc5.d/S99ispcp_network -> ../init.d/ispcp_network
Site default disabled.
Run '/etc/init.d/apache2 reload' to activate new configuration!
-en Setting GUI Permissions:
Enabling site 00_master.conf.
Run '/etc/init.d/apache2 reload' to activate new configuration!
.... done
Setting Engine Permissions: .. done
Starting services: .........
Congratulations you installed ispCP '1.0.5 OMEGA' successfully!
Please type http://host.rajko.info in your browser and
log in with your Administrator Account to use ispCP.
[ Rootkit Hunter version 1.3.6 ]
Checking rkhunter data files...
Checking file mirrors.dat [ No update ]
Checking file programs_bad.dat [ No update ]
Checking file backdoorports.dat [ No update ]
Checking file suspscan.dat [ No update ]
Checking file i18n/cn [ No update ]
Checking file i18n/de [ No update ]
Checking file i18n/en [ No update ]
Checking file i18n/zh [ No update ]
Checking file i18n/zh.utf8 [ No update ]
while trunk on lucid gives me no errors but still not functional
also this looks really weird on both trunk and 1.0.5
http://i45.tinypic.com/nna78n.png
(trunk has less symbols there)
Code:
root@host:~# /etc/init.d/apache2 restart
* Restarting web server apache2 * We failed to correctly shutdown apache, so we're now killing all running apache processes. This is almost certainly suboptimal, so please make sure your system is working as you'd expect now!
... waiting Syntax error on line 29 of /etc/apache2/mods-available/fcgid_ispcp.conf:
SocketPath cannot occur within <VirtualHost> section
[fail]
is what i get after i restart apache after adding some domains
so i follow the guide at
http://translate.google.com/translate?hl...p%3D519%2C
(even do it a bit better, change the templates, then change the apache/working/ispcp.conf to match the templates, then copy that to /etc/apache2/sites-...)
and now it's working
however the trunk was not working, and neither was 1.0.5 before the first time i tried it
and now proftpd isnt working
Code:
root@host:/etc/ispcp/apache/parts# /etc/init.d/proftpd restart
* Stopping ftp server proftpd [ OK ]
* Starting ftp server proftpd - Fatal: unknown configuration directive 'SQLNamedQuery' on line 139 of '/etc/proftpd/proftpd.conf'
[fail]
so i had to open modules.conf and uncommend mod_sql.c and now i'm getting "connection lost" when i try to connect to ftp so i added SQLBackend mysql and uncomented the line below that as well (another module load), after that it worked