Oh,So do you need .py script file?
Posts by akong7777
-
-
Thank you very much.
This is my vhosts-file.Quote
<VirtualHost 10.168.168.122:80>
ServerAdmin webmaster@shop.4eye.com.tw
ServerName shop.4eye.com.tw
ServerAlias www.shop.4eye.com.tw vu2010sub1.admin.KS-PUB02.kaising.com.twDocumentRoot /var/www/virtual/4eye.com.tw/shop/htdocs
LogLevel error
ErrorLog /var/log/apache2/shop.4eye.com.tw/error.logAlias /errors /var/www/virtual/4eye.com.tw/errors/
SuexecUserGroup vu2010 vu2010
<Directory /var/www/virtual/4eye.com.tw>
Options +SymLinksIfOwnerMatch
Allow from all
</Directory><Directory /var/www/virtual/4eye.com.tw/shop/htdocs>
AllowOverride All
Options +ExecCGI
FCGIWrapper /var/www/fcgi/shop.4eye.com.tw/php-fcgi-starter
</Directory>ScriptAlias /cgi-bin/ /var/www/virtual/4eye.com.tw/shop/cgi-bin/
<Directory /var/www/virtual/4eye.com.tw/shop/cgi-bin>
AllowOverride AuthConfig Indexes Limit Options=Indexes
</Directory>ProxyRequests Off
ProxyPass /stats http://localhost/stats/shop.4eye.com.tw
ProxyPassReverse /stats http://localhost/stats/shop.4eye.com.tw<Location /stats>
RewriteEngine on
RewriteRule ^(.+)?config=([^?&]+)(.*) $1?config=shop.4eye.com.tw&$3 [NC,L]
AuthType Basic
AuthName "Statistics for domain shop.4eye.com.tw"
AuthUserFile /var/www/virtual/4eye.com.tw/.htpasswd
AuthGroupFile /var/www/virtual/4eye.com.tw/.htgroup
Require group statistics
</Location>Include /etc/apache2/imscp/shop.4eye.com.tw.conf
</VirtualHost>Is it correct file?
-
You mean I can add it?
How to add it?Could you tell me where is knowledge?
thanks a lot. -
Hello
Like a title.
I don't know i-MSCP have already support python.
Have support it?
If no,Could I add this function? -
I have found these two mail account.
This my customer webpage set mail to.
Sorry. -
Hello,
Please see a log.Quote
Jan 25 13:39:40 linux-web postfix/pickup[27872]: 61E4B30808D0: uid=1003 from=<webmaster@8898.tw>
Jan 25 13:39:40 linux-web postfix/cleanup[28242]: 61E4B30808D0: message-id=<20160125053940.61E4B30808D0@linux-web.8898.tw>
Jan 25 13:39:40 linux-web postfix/qmgr[23588]: 61E4B30808D0: from=<webmaster@8898.tw>, size=20176, nrcpt=2 (queue active)
Jan 25 13:39:40 linux-web postfix/smtp[28245]: 61E4B30808D0: to=<kin.standar@msa.hinet.net>, relay=msa-smtp-mx2.hinet.net[168.95.6.66]:25, delay=0.61, delays=0.09/0.03/0.09/0.4, dsn=2.0.0, status=sent (250 2.0.0 u0P5mIxX001128 Message accepted for delivery)
Jan 25 13:39:41 linux-web postfix/smtp[28244]: 61E4B30808D0: to=<lj335886@gmail.com>, relay=gmail-smtp-in.l.google.com[64.233.189.26]:25, delay=0.91, delays=0.09/0.02/0.36/0.44, dsn=2.0.0, status=sent (250 2.0.0 OK 1453700899 a5si23879814igh.1 - gsmtp)
Jan 25 13:39:41 linux-web postfix/qmgr[23588]: 61E4B30808D0: removeduid 1003 is 8898.tw this domain uid.
I have check 8898.tw haven't webmaster mail account.And even is default account.Why this mail will forward to these msa.hinet.net and gmail.com?
How to check and search some files? -
I can't send mail if opendkim permission denied.
-
Hello,
I installed opendkim plugins latest version.But it's have permission denied problem.It's my log.Quote
Dec 31 08:38:07 Linux-SRV03 opendkim[31115]: can't load key from /etc/opendkim/keys/chrdc.com/mail.private: Permission denied
Dec 31 08:38:07 Linux-SRV03 opendkim[31115]: 24DC81252B1: error loading key 'mail._domainkey.chrdc.com'
I found mail.private permission is 640.Is it correct permission? -
Thanks every friend.
I edit /var/cache/bind/domain.db and /etc/imscp/bind/working/domain.db these two files and restart bind.
It's can change www record.https://github.com/flames/imsc…ners.d/10_named_tuning.pl
If I only clear one domain record.Could I use this?
And how to use this command?
Is this command "perl 10_named_tuning.pl" -
I edit /etc/imscp/bind/working/{domain}.db this file.
I edit www and adjust serial then restart bind.But the www always use old cname settings.
How to do it?