Current time: 09-27-2024, 03:45 AM Hello There, Guest! (LoginRegister)


Post Reply 
Include /etc/apache2/ispcp
Author Message
sander2930 Offline
Junior Member
*

Posts: 17
Joined: Feb 2007
Reputation: 0
Post: #3
RE: Include /etc/apache2/ispcp
kilburn Wrote:
Quote:I place this in the forum and not in the bugtracker because I'm still using RC5 so maybe this has been fixed already.
Lastest trunk doesn't have this problem here, but I don't really know if it was in RC5.

Quote:I tried locating where the file needs to get created but can't find it.
You just said it, execute: "touch /etc/apache2/ispcp/alias.tld.conf"

Quote:Can someone tell me where this happens so I can take a look to see whats going wrong.
Take a look to the "/var/www/ispcp/engine/ispcp-als-mgr" script.

With the locating part I ment where it makes this file. And indeed it was ispcp-als-mgr but I can't really see if everything goes ok or not.

I have:

if ( ! -e "$main::cfg{'APACHE_CUSTOM_SITES_CONFIG_DIR'}/$als_name.conf" ){
$rs = store_file(
"$main::cfg{'APACHE_CUSTOM_SITES_CONFIG_DIR'}/$als_name.conf",
$als_custom,
$main::cfg{'ROOT_USER'},
$main::cfg{'ROOT_GROUP'},
0644
);
return $rs if ($rs != 0);
}
push_el(\@main::el, 'gen_httpd_als_entry()', "\n$als_result_entry");
return (0, $als_result_entry);
}


Can someone compare if this is the same in your own version? Or could there be another reason why it doesn't create those files?

Sander
08-13-2008 09:44 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
Include /etc/apache2/ispcp - sander2930 - 08-13-2008, 05:14 PM
RE: Include /etc/apache2/ispcp - kilburn - 08-13-2008, 05:57 PM
RE: Include /etc/apache2/ispcp - sander2930 - 08-13-2008 09:44 PM
RE: Include /etc/apache2/ispcp - sci2tech - 08-13-2008, 11:04 PM
RE: Include /etc/apache2/ispcp - gOOvER - 08-21-2008, 08:35 PM

Forum Jump:


User(s) browsing this thread: 3 Guest(s)