Current time: 07-01-2024, 02:30 PM Hello There, Guest! (LoginRegister)


Post Reply 
Strange Problem With ispcp.conf
Author Message
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #6
RE: Strange Problem With ispcp.conf
why
"USE sys;"

"USE ispcp" should fit.
You want to do the changes in the ispcp database, wouldn't you?

And: I'd try first to regenerate only the domains, then - in a second step, the subdomains..

always see whats going on...

Maybe (I'm not sure, since I never did this all manually) you have to add some lines in the fresh file (from tpl). Start with this one (extracted from your above):
Code:
# httpd Data BEGIN.

#
# wget-hack prevention
#

<IfModule mod_rewrite.c>
    RewriteEngine on
    RewriteCond %{HTTP_USER_AGENT} ^LWP::Simple
    RewriteRule ^/.* http://%{REMOTE_ADDR}/ [L,E=nolog:1]
</IfModule>

#
# Log processing.
#

LogFormat "%B" traff
LogFormat "%v %b %h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" ispcplog

CustomLog "| /var/www/ispcp/engine/ispcp-apache-logger" ispcplog
ErrorLog "| /var/www/ispcp/engine/ispcp-apache-logger -e"

#
# mod_cband configuration
#

<IfModule mod_cband.c>
    CBandScoreFlushPeriod 10
    CBandRandomPulse On
</IfModule>

#
# let the customer decide what charset he likes to use
#

AddDefaultCharset Off

#
# Header End
#

# httpd [with __MY_IP__] virtual host entry BEGIN.

NameVirtualHost with __MY_IP__:80

# httpd [{DMN_GRP}] dmn group entry BEGIN.
# httpd [{DMN_GRP}] dmn group entry END.

# httpd [{ALS_NAME}] als entry BEGIN.
# httpd [{ALS_NAME}] als entry END.

# httpd [with __MY_IP__] virtual host entry END.

# httpd [{IP}] virtual host entry BEGIN.
# httpd [{IP}] virtual host entry END.

# httpd Data END.

good luck

/J
07-29-2009 09:35 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
Strange Problem With ispcp.conf - grg - 07-29-2009, 06:25 PM
RE: Strange Problem With ispcp.conf - grg - 07-29-2009, 08:06 PM
RE: Strange Problem With ispcp.conf - grg - 07-29-2009, 08:47 PM
RE: Strange Problem With ispcp.conf - joximu - 07-29-2009 09:35 PM
RE: Strange Problem With ispcp.conf - grg - 07-29-2009, 09:41 PM
RE: Strange Problem With ispcp.conf - grg - 07-29-2009, 10:11 PM
RE: Strange Problem With ispcp.conf - grg - 07-29-2009, 11:32 PM
RE: Strange Problem With ispcp.conf - grg - 07-30-2009, 05:24 PM
RE: Strange Problem With ispcp.conf - grg - 07-30-2009, 11:34 PM

Forum Jump:


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