PDA

توجه ! این یک نسخه آرشیو شده میباشد و در این حالت شما عکسی را مشاهده نمیکنید برای مشاهده کامل متن و عکسها بر روی لینک مقابل کلیک کنید : آموزش نصب mod_filter برای آپاچی



demonvictor
January 5th, 2015, 10:22
عرض سلام و خسته نباشید همچنین تشکر بابت تمام راهنمایی های قبل.
من به دلایلی مجبور به نصب ماژول زیر هستم و توی سرچ هایی که داشتم داخل انجمن موفق به پیدا شدن آموزشش نشدم.
ممنون میشم آموزشی بدین که بتونم این ماژول رو روی وب سرور آپاچی اوکی کنمش:
mod_filter
سرور لینوکس هستش بت توضیع cent os.
همچنین اگه اموزشی برای نصب این مازول ها برای آپاچی هم داشتین ارایه بدین ممنون میشم.
mod_ext_filter
mod_rewrite
ممنون

Yas-Host
January 5th, 2015, 10:56
عرض سلام و خسته نباشید همچنین تشکر بابت تمام راهنمایی های قبل.
من به دلایلی مجبور به نصب ماژول زیر هستم و توی سرچ هایی که داشتم داخل انجمن موفق به پیدا شدن آموزشش نشدم.
ممنون میشم آموزشی بدین که بتونم این ماژول رو روی وب سرور آپاچی اوکی کنمش:
mod_filter
سرور لینوکس هستش بت توضیع cent os.
همچنین اگه اموزشی برای نصب این مازول ها برای آپاچی هم داشتین ارایه بدین ممنون میشم.
mod_ext_filter
mod_rewrite
ممنون


کدام ورژن آپاچی را نصب دارید؟

باید در .configure قرار دهید .

secureconfig
January 5th, 2015, 11:12
سلام.

نتیجه ی دستور زیر را قرار دهید :
httpd -M

از چه کنترل پنلی استفاده شده ؟ یا بدون کنترل پنل هست ؟

demonvictor
January 5th, 2015, 11:24
سلام.

نتیجه ی دستور زیر را قرار دهید :
httpd -M

از چه کنترل پنلی استفاده شده ؟ یا بدون کنترل پنل هست ؟

نتیجه ی دستوری که گفتین این هستش.

Syntax error on line 35 of /usr/local/apache/conf/httpd.conf: module rewrite_module is built-in and can't be loaded



این هم محتویات فایل httpd.conf


# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# Direct modifications to the Apache configuration file may be lost upon subsequent regeneration of the #
# configuration file. To have modifications retained, all modifications must be checked into the #
# configuration system by running: #
# /usr/local/cpanel/bin/apache_conf_distiller --update #
# To see if your changes will be conserved, regenerate the Apache configuration file by running: #
# /usr/local/cpanel/bin/build_apache_conf #
# and check the configuration file for your alterations. If your changes have been ignored, then they will #
# need to be added directly to their respective template files. #
# #
# It is also possible to add custom directives to the various "Include" files loaded by this httpd.conf #
# For detailed instructions on using Include files and the apache_conf_distiller with the new configuration #
# system refer to the documentation at: http://go.cpanel.net/customdirectives #
# #
# This configuration file was built from the following templates: #
# /var/cpanel/templates/apache2/main.default #
# /var/cpanel/templates/apache2/main.local #
# /var/cpanel/templates/apache2/vhost.default #
# /var/cpanel/templates/apache2/vhost.local #
# /var/cpanel/templates/apache2/ssl_vhost.default #
# /var/cpanel/templates/apache2/ssl_vhost.local #
# #
# Templates with the '.local' extension will be preferred over templates with the '.default' extension. #
# The only template updated by the apache_conf_distiller is main.default. #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #


Include "/usr/local/apache/conf/includes/pre_main_global.conf"
Include "/usr/local/apache/conf/includes/pre_main_2.conf"



LoadModule bwlimited_module modules/mod_bwlimited.so
LoadModule bw_module modules/mod_bw.so
LoadModule rewrite_module modules/mod_rewrite.so




Include "/usr/local/apache/conf/php.conf"
Include "/usr/local/apache/conf/includes/errordocument.conf"
Include "/usr/local/apache/conf/includes/account_suspensions.conf"
Include "/usr/local/apache/conf/mod_bandwidth.conf"
Include "/usr/local/apache/conf/modsec2.conf"


ErrorLog "logs/error_log"
DefaultType text/plain
ScriptAliasMatch ^/?controlpanel/?$ /usr/local/cpanel/cgi-sys/redirect.cgi
ScriptAliasMatch ^/?cpanel/?$ /usr/local/cpanel/cgi-sys/redirect.cgi
ScriptAliasMatch ^/?kpanel/?$ /usr/local/cpanel/cgi-sys/redirect.cgi
ScriptAliasMatch ^/?securecontrolpanel/?$ /usr/local/cpanel/cgi-sys/sredirect.cgi
ScriptAliasMatch ^/?securecpanel/?$ /usr/local/cpanel/cgi-sys/sredirect.cgi
ScriptAliasMatch ^/?securewhm/?$ /usr/local/cpanel/cgi-sys/swhmredirect.cgi
ScriptAliasMatch ^/?webmail/?$ /usr/local/cpanel/cgi-sys/wredirect.cgi
ScriptAliasMatch ^/?whm/?$ /usr/local/cpanel/cgi-sys/whmredirect.cgi

RewriteEngine on
AddType text/html .shtml

Alias /bandwidth /usr/local/bandmin/htdocs/
Alias /img-sys /usr/local/cpanel/img-sys/
Alias /java-sys /usr/local/cpanel/java-sys/
Alias /mailman/archives /usr/local/cpanel/3rdparty/mailman/archives/public/
Alias /pipermail /usr/local/cpanel/3rdparty/mailman/archives/public/
Alias /sys_cpanel /usr/local/cpanel/sys_cpanel/


ScriptAlias /cgi-sys /usr/local/cpanel/cgi-sys/
ScriptAlias /mailman /usr/local/cpanel/3rdparty/mailman/cgi-bin/


<Directory "/">
Options ExecCGI FollowSymLinks IncludesNOEXEC Indexes SymLinksIfOwnerMatch
AllowOverride All
</Directory>

<Directory "/usr/local/apache/htdocs">
Options Includes Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all

</Directory>

<Files ~ "^error_log$">
Order allow,deny
Deny from all

Satisfy All
</Files>

<FilesMatch "^\.ht">
Order allow,deny
Deny from all

Satisfy All
</FilesMatch>

<IfModule log_config_module>
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
LogFormat "%h %l %u %t \"%r\" %>s %b" common

CustomLog "logs/access_log" common

<IfModule logio_module>
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio

</IfModule>

</IfModule>

<IfModule alias_module>
ScriptAlias /cgi-bin/ "/usr/local/apache/cgi-bin/"

</IfModule>

<Directory "/usr/local/apache/cgi-bin">
AllowOverride All
Options None
Order allow,deny
Allow from all

</Directory>

<IfModule mod_log_config.c>
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
LogFormat "%h %l %u %t \"%r\" %>s %b" common
LogFormat "%{Referer}i -> %U" referer
LogFormat "%{User-agent}i" agent

CustomLog logs/access_log common

</IfModule>

<IfModule mime_module>
TypesConfig conf/mime.types
AddType application/x-compress .Z
AddType application/x-gzip .gz .tgz

</IfModule>

# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# Direct modifications to the Apache configuration file may be lost upon subsequent regeneration of the #
# configuration file. To have modifications retained, all modifications must be checked into the #
# configuration system by running: #
# /usr/local/cpanel/bin/apache_conf_distiller --update #
# To see if your changes will be conserved, regenerate the Apache configuration file by running: #
# /usr/local/cpanel/bin/build_apache_conf #
# and check the configuration file for your alterations. If your changes have been ignored, then they will #
# need to be added directly to their respective template files. #
# #
# It is also possible to add custom directives to the various "Include" files loaded by this httpd.conf #
# For detailed instructions on using Include files and the apache_conf_distiller with the new configuration #
# system refer to the documentation at: http://go.cpanel.net/customdirectives #
# #
# This configuration file was built from the following templates: #
# /var/cpanel/templates/apache2/main.default #
# /var/cpanel/templates/apache2/main.local #
# /var/cpanel/templates/apache2/vhost.default #
# /var/cpanel/templates/apache2/vhost.local #
# /var/cpanel/templates/apache2/ssl_vhost.default #
# /var/cpanel/templates/apache2/ssl_vhost.local #
# #
# Templates with the '.local' extension will be preferred over templates with the '.default' extension. #
# The only template updated by the apache_conf_distiller is main.default. #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #


PidFile logs/httpd.pid
LockFile logs/accept.lock
Listen 0.0.0.0:80
Listen [::]:80
User nobody
Group nobody
ExtendedStatus On
ServerAdmin no@novinhost.org
ServerName sv39.novinhost.org
LogLevel warn

# These can be set in WHM under 'Apache Global Configuration'
Timeout 300
TraceEnable Off
ServerSignature Off
ServerTokens ProductOnly
FileETag None
StartServers 5
<IfModule prefork.c>
MinSpareServers 5
MaxSpareServers 10
</IfModule>
<IfModule itk.c>
MinSpareServers 5
MaxSpareServers 10
</IfModule>
ServerLimit 256
MaxClients 150
MaxRequestsPerChild 10000
KeepAlive Off
KeepAliveTimeout 5
MaxKeepAliveRequests 100

RewriteEngine on
RewriteMap LeechProtect prg:/usr/local/cpanel/bin/leechprotect
RewriteLock /usr/local/apache/logs/rewrite_lock

# Set UserDir directory for all virtual hosts, except..
UserDir public_html
# when the following two modules are loaded
<IfModule mod_ruid2.c>
UserDir disabled
</IfModule>
<IfModule itk.c>
UserDir disabled
</IfModule>

# DirectoryIndex is set via the WHM -> Service Configuration -> Apache Setup -> DirectoryIndex Priority
DirectoryIndex index.html.var index.htm index.html index.shtml index.xhtml index.wml index.perl index.pl index.plx index.ppl index.cgi index.jsp index.js index.jp index.php4 index.php3 index.php index.phtml default.htm default.html home.htm index.php5 Default.html Default.htm home.html

# SSLCipherSuite can be set in WHM under 'Apache Global Configuration'
SSLCipherSuite ALL:!ADH:+HIGH:+MEDIUM:-LOW:-SSLv2:-EXP
SSLProtocol All -SSLv2 -SSLv3
SSLPassPhraseDialog builtin
SSLSessionCache dbm:/usr/local/apache/logs/ssl_scache
SSLSessionCacheTimeout 300
SSLMutex file:/usr/local/apache/logs/ssl_mutex
SSLRandomSeed startup builtin
SSLRandomSeed connect builtin

Listen 0.0.0.0:443
Listen [::]:443
AddType application/x-x509-ca-cert .crt
AddType application/x-pkcs7-crl .crl


AddHandler cgi-script .cgi .pl .plx .ppl .perl
AddHandler server-parsed .shtml
AddType text/html .shtml
AddType application/x-tar .tgz
AddType text/vnd.wap.wml .wml
AddType image/vnd.wap.wbmp .wbmp
AddType text/vnd.wap.wmlscript .wmls
AddType application/vnd.wap.wmlc .wmlc
AddType application/vnd.wap.wmlscriptc .wmlsc

<Location /whm-server-status>
SetHandler server-status
Order deny,allow
Deny from all
Allow from 127.0.0.1 ::1
</Location>



# SUEXEC is supported

Include "/usr/local/apache/conf/includes/account_suspensions.conf"
Include "/usr/local/apache/conf/includes/pre_virtualhost_global.conf"
Include "/usr/local/apache/conf/includes/pre_virtualhost_2.conf"

# DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
NameVirtualHost 78.47.60.188:80
NameVirtualHost *
# DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.

<VirtualHost 78.47.60.188:80>
ServerName 78.47.60.188
DocumentRoot /usr/local/apache/htdocs
ServerAdmin no@novinhost.org
<IfModule mod_suphp.c>
suPHP_UserGroup nobody nobody
</IfModule>
UserDir disabled
</VirtualHost>


# Default vhost for unbound IPs

<VirtualHost *>
ServerName sv39.novinhost.org
DocumentRoot /usr/local/apache/htdocs
ServerAdmin no@novinhost.org
<IfModule mod_suphp.c>
suPHP_UserGroup nobody nobody
</IfModule>
UserDir disabled
</VirtualHost>

# DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.

<VirtualHost 78.47.60.188:80>
ServerName agenovin.net
ServerAlias www.agenovin.net (http://www.agenovin.net)
DocumentRoot /home/agenovin/public_html
ServerAdmin webmaster@agenovin.net
UseCanonicalName Off
Options -ExecCGI -Includes
RemoveHandler cgi-script .cgi .pl .plx .ppl .perl
CustomLog /usr/local/apache/domlogs/agenovin.net combined
CustomLog /usr/local/apache/domlogs/agenovin.net-bytes_log "%{%s}t %I .\n%{%s}t %O ."
## User agenovin # Needed for Cpanel::ApacheConf
UserDir disabled
UserDir enabled agenovin
<IfModule mod_suphp.c>
suPHP_UserGroup agenovin agenovin
</IfModule>
<IfModule !mod_disable_suexec.c>
<IfModule !mod_ruid2.c>
SuexecUserGroup agenovin agenovin
</IfModule>
</IfModule>
<IfModule mod_ruid2.c>
RMode config
RUidGid agenovin agenovin
</IfModule>
<IfModule itk.c>
# For more information on MPM ITK, please read:
# apache2-mpm-itk (http://mpm-itk.sesse.net/)
AssignUserID agenovin agenovin
</IfModule>





# To customize this VirtualHost use an include file at the following location
# Include "/usr/local/apache/conf/userdata/std/2_2/agenovin/agenovin.net/*.conf"
</VirtualHost>

# DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.

<VirtualHost 78.47.60.188:80>
ServerName dlpersian.ir
ServerAlias دانلود نرم افزار | دانلود فارسی نرم افزار (http://www.dlpersian.ir)
DocumentRoot /home/dlpersian/public_html
ServerAdmin webmaster@dlpersian.ir
UseCanonicalName Off
Options -ExecCGI -Includes
RemoveHandler cgi-script .cgi .pl .plx .ppl .perl
CustomLog /usr/local/apache/domlogs/dlpersian.ir combined
CustomLog /usr/local/apache/domlogs/dlpersian.ir-bytes_log "%{%s}t %I .\n%{%s}t %O ."
## User dlpersian # Needed for Cpanel::ApacheConf
UserDir disabled
UserDir enabled dlpersian
<IfModule mod_suphp.c>
suPHP_UserGroup dlpersian dlpersian
</IfModule>
<IfModule !mod_disable_suexec.c>
<IfModule !mod_ruid2.c>
SuexecUserGroup dlpersian dlpersian
</IfModule>
</IfModule>
<IfModule mod_ruid2.c>
RMode config
RUidGid dlpersian dlpersian
</IfModule>
<IfModule itk.c>
# For more information on MPM ITK, please read:
# apache2-mpm-itk (http://mpm-itk.sesse.net/)
AssignUserID dlpersian dlpersian
</IfModule>





# To customize this VirtualHost use an include file at the following location
# Include "/usr/local/apache/conf/userdata/std/2_2/dlpersian/dlpersian.ir/*.conf"
</VirtualHost>

# DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.

# SSL










<VirtualHost 78.47.60.188:80>
ServerName dl.dlpersian.ir
ServerAlias Index of / (http://www.dl.dlpersian.ir)
DocumentRoot /home/hostdl/public_html
ServerAdmin webmaster@dl.dlpersian.ir
UseCanonicalName Off
Options -ExecCGI -Includes
RemoveHandler cgi-script .cgi .pl .plx .ppl .perl
CustomLog /usr/local/apache/domlogs/dl.dlpersian.ir combined
CustomLog /usr/local/apache/domlogs/dl.dlpersian.ir-bytes_log "%{%s}t %I .\n%{%s}t %O ."
## User hostdl # Needed for Cpanel::ApacheConf
UserDir disabled
UserDir enabled hostdl
<IfModule mod_suphp.c>
suPHP_UserGroup hostdl hostdl
</IfModule>
<IfModule !mod_disable_suexec.c>
<IfModule !mod_ruid2.c>
SuexecUserGroup hostdl hostdl
</IfModule>
</IfModule>
<IfModule mod_ruid2.c>
RMode config
RUidGid hostdl hostdl
</IfModule>
<IfModule itk.c>
# For more information on MPM ITK, please read:
# apache2-mpm-itk (http://mpm-itk.sesse.net/)
AssignUserID hostdl hostdl
</IfModule>





# To customize this VirtualHost use an include file at the following location
# Include "/usr/local/apache/conf/userdata/std/2_2/hostdl/dl.dlpersian.ir/*.conf"
</VirtualHost>
<VirtualHost 78.47.60.188:80>
ServerName agedownload.com
ServerAlias www.agedownload.com (http://www.agedownload.com)
DocumentRoot /home/agedownload/public_html
ServerAdmin webmaster@agedownload.com
UseCanonicalName Off
Options -ExecCGI -Includes
RemoveHandler cgi-script .cgi .pl .plx .ppl .perl
CustomLog /usr/local/apache/domlogs/agedownload.com combined
CustomLog /usr/local/apache/domlogs/agedownload.com-bytes_log "%{%s}t %I .\n%{%s}t %O ."
## User agedownload # Needed for Cpanel::ApacheConf
UserDir disabled
UserDir enabled agedownload
<IfModule mod_suphp.c>
suPHP_UserGroup agedownload agedownload
</IfModule>
<IfModule !mod_disable_suexec.c>
<IfModule !mod_ruid2.c>
SuexecUserGroup agedownload agedownload
</IfModule>
</IfModule>
<IfModule mod_ruid2.c>
RMode config
RUidGid agedownload agedownload
</IfModule>
<IfModule itk.c>
# For more information on MPM ITK, please read:
# apache2-mpm-itk (http://mpm-itk.sesse.net/)
AssignUserID agedownload agedownload
</IfModule>





# To customize this VirtualHost use an include file at the following location
# Include "/usr/local/apache/conf/userdata/std/2_2/agedownload/agedownload.com/*.conf"
</VirtualHost>
<VirtualHost 78.47.60.188:80>
ServerName upload.98lovers.ir
ServerAlias آپلود سنتر 98 لاورز (http://www.upload.98lovers.ir)
DocumentRoot /home/upload98lovers/public_html
ServerAdmin webmaster@upload.98lovers.ir
UseCanonicalName Off
Options -ExecCGI -Includes
RemoveHandler cgi-script .cgi .pl .plx .ppl .perl
CustomLog /usr/local/apache/domlogs/upload.98lovers.ir combined
CustomLog /usr/local/apache/domlogs/upload.98lovers.ir-bytes_log "%{%s}t %I .\n%{%s}t %O ."
## User upload98lovers # Needed for Cpanel::ApacheConf
UserDir disabled
UserDir enabled upload98lovers
<IfModule mod_suphp.c>
suPHP_UserGroup upload98lovers upload98lovers
</IfModule>
<IfModule !mod_disable_suexec.c>
<IfModule !mod_ruid2.c>
SuexecUserGroup upload98lovers upload98lovers
</IfModule>
</IfModule>
<IfModule mod_ruid2.c>
RMode config
RUidGid upload98lovers upload98lovers
</IfModule>
<IfModule itk.c>
# For more information on MPM ITK, please read:
# apache2-mpm-itk (http://mpm-itk.sesse.net/)
AssignUserID upload98lovers upload98lovers
</IfModule>





# To customize this VirtualHost use an include file at the following location
# Include "/usr/local/apache/conf/userdata/std/2_2/upload98lovers/upload.98lovers.ir/*.conf"
</VirtualHost>
<VirtualHost 78.47.60.188:80>
ServerName basaza.ir
ServerAlias www.basaza.ir (http://www.basaza.ir)
DocumentRoot /home/basaza/public_html
ServerAdmin webmaster@basaza.ir
UseCanonicalName Off
Options -ExecCGI -Includes
RemoveHandler cgi-script .cgi .pl .plx .ppl .perl
CustomLog /usr/local/apache/domlogs/basaza.ir combined
CustomLog /usr/local/apache/domlogs/basaza.ir-bytes_log "%{%s}t %I .\n%{%s}t %O ."
## User basaza # Needed for Cpanel::ApacheConf
UserDir disabled
UserDir enabled basaza
<IfModule mod_suphp.c>
suPHP_UserGroup basaza basaza
</IfModule>
<IfModule !mod_disable_suexec.c>
<IfModule !mod_ruid2.c>
SuexecUserGroup basaza basaza
</IfModule>
</IfModule>
<IfModule mod_ruid2.c>
RMode config
RUidGid basaza basaza
</IfModule>
<IfModule itk.c>
# For more information on MPM ITK, please read:
# apache2-mpm-itk (http://mpm-itk.sesse.net/)
AssignUserID basaza basaza
</IfModule>





# To customize this VirtualHost use an include file at the following location
# Include "/usr/local/apache/conf/userdata/std/2_2/basaza/basaza.ir/*.conf"
</VirtualHost>
<VirtualHost 78.47.60.188:80>
ServerName surviving.ir
ServerAlias A&W-landinge Bootstrap Website Template | Home :: w3layouts (http://www.surviving.ir)
DocumentRoot /home/surviving/public_html
ServerAdmin webmaster@surviving.ir
UseCanonicalName Off
Options -ExecCGI -Includes
RemoveHandler cgi-script .cgi .pl .plx .ppl .perl
CustomLog /usr/local/apache/domlogs/surviving.ir combined
CustomLog /usr/local/apache/domlogs/surviving.ir-bytes_log "%{%s}t %I .\n%{%s}t %O ."
## User surviving # Needed for Cpanel::ApacheConf
UserDir disabled
UserDir enabled surviving
<IfModule mod_suphp.c>
suPHP_UserGroup surviving surviving
</IfModule>
<IfModule !mod_disable_suexec.c>
<IfModule !mod_ruid2.c>
SuexecUserGroup surviving surviving
</IfModule>
</IfModule>
<IfModule mod_ruid2.c>
RMode config
RUidGid surviving surviving
</IfModule>
<IfModule itk.c>
# For more information on MPM ITK, please read:
# apache2-mpm-itk (http://mpm-itk.sesse.net/)
AssignUserID surviving surviving
</IfModule>





# To customize this VirtualHost use an include file at the following location
# Include "/usr/local/apache/conf/userdata/std/2_2/surviving/surviving.ir/*.conf"
</VirtualHost>
<VirtualHost 78.47.60.188:80>
ServerName drg-co.com
ServerAlias www.drg-co.com (http://www.drg-co.com)
DocumentRoot /home/drgco/public_html
ServerAdmin webmaster@drg-co.com
UseCanonicalName Off
Options -ExecCGI -Includes
RemoveHandler cgi-script .cgi .pl .plx .ppl .perl
CustomLog /usr/local/apache/domlogs/drg-co.com combined
CustomLog /usr/local/apache/domlogs/drg-co.com-bytes_log "%{%s}t %I .\n%{%s}t %O ."
## User drgco # Needed for Cpanel::ApacheConf
UserDir disabled
UserDir enabled drgco
<IfModule mod_suphp.c>
suPHP_UserGroup drgco drgco
</IfModule>
<IfModule !mod_disable_suexec.c>
<IfModule !mod_ruid2.c>
SuexecUserGroup drgco drgco
</IfModule>
</IfModule>
<IfModule mod_ruid2.c>
RMode config
RUidGid drgco drgco
</IfModule>
<IfModule itk.c>
# For more information on MPM ITK, please read:
# apache2-mpm-itk (http://mpm-itk.sesse.net/)
AssignUserID drgco drgco
</IfModule>





# To customize this VirtualHost use an include file at the following location
# Include "/usr/local/apache/conf/userdata/std/2_2/drgco/drg-co.com/*.conf"
</VirtualHost>
<VirtualHost 78.47.60.188:80>
ServerName jahancharm.net
ServerAlias www.jahancharm.net (http://www.jahancharm.net)
DocumentRoot /home/jahancharm/public_html
ServerAdmin webmaster@jahancharm.net
UseCanonicalName Off
Options -ExecCGI -Includes
RemoveHandler cgi-script .cgi .pl .plx .ppl .perl
CustomLog /usr/local/apache/domlogs/jahancharm.net combined
CustomLog /usr/local/apache/domlogs/jahancharm.net-bytes_log "%{%s}t %I .\n%{%s}t %O ."
## User jahancharm # Needed for Cpanel::ApacheConf
UserDir disabled
UserDir enabled jahancharm
<IfModule mod_suphp.c>
suPHP_UserGroup jahancharm jahancharm
</IfModule>
<IfModule !mod_disable_suexec.c>
<IfModule !mod_ruid2.c>
SuexecUserGroup jahancharm jahancharm
</IfModule>
</IfModule>
<IfModule mod_ruid2.c>
RMode config
RUidGid jahancharm jahancharm
</IfModule>
<IfModule itk.c>
# For more information on MPM ITK, please read:
# apache2-mpm-itk (http://mpm-itk.sesse.net/)
AssignUserID jahancharm jahancharm
</IfModule>





# To customize this VirtualHost use an include file at the following location
# Include "/usr/local/apache/conf/userdata/std/2_2/jahancharm/jahancharm.net/*.conf"
</VirtualHost>
<VirtualHost 78.47.60.188:80>
ServerName up.agenovin.net
ServerAlias www.up.agenovin.net (http://www.up.agenovin.net)
DocumentRoot /home/upagenovin/public_html
ServerAdmin webmaster@up.agenovin.net
UseCanonicalName Off
Options -ExecCGI -Includes
RemoveHandler cgi-script .cgi .pl .plx .ppl .perl
CustomLog /usr/local/apache/domlogs/up.agenovin.net combined
CustomLog /usr/local/apache/domlogs/up.agenovin.net-bytes_log "%{%s}t %I .\n%{%s}t %O ."
## User upagenovin # Needed for Cpanel::ApacheConf
UserDir disabled
UserDir enabled upagenovin
<IfModule mod_suphp.c>
suPHP_UserGroup upagenovin upagenovin
</IfModule>
<IfModule !mod_disable_suexec.c>
<IfModule !mod_ruid2.c>
SuexecUserGroup upagenovin upagenovin
</IfModule>
</IfModule>
<IfModule mod_ruid2.c>
RMode config
RUidGid upagenovin upagenovin
</IfModule>
<IfModule itk.c>
# For more information on MPM ITK, please read:
# apache2-mpm-itk (http://mpm-itk.sesse.net/)
AssignUserID upagenovin upagenovin
</IfModule>





# To customize this VirtualHost use an include file at the following location
# Include "/usr/local/apache/conf/userdata/std/2_2/upagenovin/up.agenovin.net/*.conf"
</VirtualHost>
<VirtualHost 78.47.60.188:80>
ServerName baranak.tk
ServerAlias سایت در دست ساخت است (http://www.baranak.tk)
DocumentRoot /home/baranak/public_html
ServerAdmin webmaster@baranak.tk
UseCanonicalName Off
Options -ExecCGI -Includes
RemoveHandler cgi-script .cgi .pl .plx .ppl .perl
CustomLog /usr/local/apache/domlogs/baranak.tk combined
CustomLog /usr/local/apache/domlogs/baranak.tk-bytes_log "%{%s}t %I .\n%{%s}t %O ."
## User baranak # Needed for Cpanel::ApacheConf
UserDir disabled
UserDir enabled baranak
<IfModule mod_suphp.c>
suPHP_UserGroup baranak baranak
</IfModule>
<IfModule !mod_disable_suexec.c>
<IfModule !mod_ruid2.c>
SuexecUserGroup baranak baranak
</IfModule>
</IfModule>
<IfModule mod_ruid2.c>
RMode config
RUidGid baranak baranak
</IfModule>
<IfModule itk.c>
# For more information on MPM ITK, please read:
# apache2-mpm-itk (http://mpm-itk.sesse.net/)
AssignUserID baranak baranak
</IfModule>





# To customize this VirtualHost use an include file at the following location
# Include "/usr/local/apache/conf/userdata/std/2_2/baranak/baranak.tk/*.conf"
</VirtualHost>
<VirtualHost 78.47.60.188:80>
ServerName pouryaheydari.ir
ServerAlias پوریا حیدری | یک سایت دیگر با وردپرس فارسی (http://www.pouryaheydari.ir)
DocumentRoot /home/pouryaheydari/public_html
ServerAdmin webmaster@pouryaheydari.ir
UseCanonicalName Off
Options -ExecCGI -Includes
RemoveHandler cgi-script .cgi .pl .plx .ppl .perl
CustomLog /usr/local/apache/domlogs/pouryaheydari.ir combined
CustomLog /usr/local/apache/domlogs/pouryaheydari.ir-bytes_log "%{%s}t %I .\n%{%s}t %O ."
## User pouryaheydari # Needed for Cpanel::ApacheConf
UserDir disabled
UserDir enabled pouryaheydari
<IfModule mod_suphp.c>
suPHP_UserGroup pouryaheydari pouryaheydari
</IfModule>
<IfModule !mod_disable_suexec.c>
<IfModule !mod_ruid2.c>
SuexecUserGroup pouryaheydari pouryaheydari
</IfModule>
</IfModule>
<IfModule mod_ruid2.c>
RMode config
RUidGid pouryaheydari pouryaheydari
</IfModule>
<IfModule itk.c>
# For more information on MPM ITK, please read:
# apache2-mpm-itk (http://mpm-itk.sesse.net/)
AssignUserID pouryaheydari pouryaheydari
</IfModule>





# To customize this VirtualHost use an include file at the following location
# Include "/usr/local/apache/conf/userdata/std/2_2/pouryaheydari/pouryaheydari.ir/*.conf"
</VirtualHost>
NameVirtualHost 78.47.60.187:80
<VirtualHost 78.47.60.187:80>
ServerName hashtgerdiha.org
ServerAlias www.hashtgerdiha.org (http://www.hashtgerdiha.org)
DocumentRoot /home/hashtgerdiha/public_html
ServerAdmin webmaster@hashtgerdiha.org
UseCanonicalName Off
Options -ExecCGI -Includes
RemoveHandler cgi-script .cgi .pl .plx .ppl .perl
CustomLog /usr/local/apache/domlogs/hashtgerdiha.org combined
CustomLog /usr/local/apache/domlogs/hashtgerdiha.org-bytes_log "%{%s}t %I .\n%{%s}t %O ."
## User hashtgerdiha # Needed for Cpanel::ApacheConf
UserDir disabled
UserDir enabled hashtgerdiha
<IfModule mod_suphp.c>
suPHP_UserGroup hashtgerdiha hashtgerdiha
</IfModule>
<IfModule !mod_disable_suexec.c>
<IfModule !mod_ruid2.c>
SuexecUserGroup hashtgerdiha hashtgerdiha
</IfModule>
</IfModule>
<IfModule mod_ruid2.c>
RMode config
RUidGid hashtgerdiha hashtgerdiha
</IfModule>
<IfModule itk.c>
# For more information on MPM ITK, please read:
# apache2-mpm-itk (http://mpm-itk.sesse.net/)
AssignUserID hashtgerdiha hashtgerdiha
</IfModule>





# To customize this VirtualHost use an include file at the following location
# Include "/usr/local/apache/conf/userdata/std/2_2/hashtgerdiha/hashtgerdiha.org/*.conf"
</VirtualHost>
Include "/usr/local/apache/conf/includes/post_virtualhost_global.conf"
Include "/usr/local/apache/conf/includes/post_virtualhost_2.conf"


# DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.

[/QUOTE]
ممنون میشم تا راهنمایی و کمکم کنین.

- - - Updated - - -


سلام.

نتیجه ی دستور زیر را قرار دهید :
httpd -M

از چه کنترل پنلی استفاده شده ؟ یا بدون کنترل پنل هست ؟

نتیجه ی دستوری که گفتین این هستش.

Syntax error on line 35 of /usr/local/apache/conf/httpd.conf: module rewrite_module is built-in and can't be loaded



این هم محتویات فایل httpd.conf
[QUOTE]# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# Direct modifications to the Apache configuration file may be lost upon subsequent regeneration of the #
# configuration file. To have modifications retained, all modifications must be checked into the #
# configuration system by running: #
# /usr/local/cpanel/bin/apache_conf_distiller --update #
# To see if your changes will be conserved, regenerate the Apache configuration file by running: #
# /usr/local/cpanel/bin/build_apache_conf #
# and check the configuration file for your alterations. If your changes have been ignored, then they will #
# need to be added directly to their respective template files. #
# #
# It is also possible to add custom directives to the various "Include" files loaded by this httpd.conf #
# For detailed instructions on using Include files and the apache_conf_distiller with the new configuration #
# system refer to the documentation at: http://go.cpanel.net/customdirectives #
# #
# This configuration file was built from the following templates: #
# /var/cpanel/templates/apache2/main.default #
# /var/cpanel/templates/apache2/main.local #
# /var/cpanel/templates/apache2/vhost.default #
# /var/cpanel/templates/apache2/vhost.local #
# /var/cpanel/templates/apache2/ssl_vhost.default #
# /var/cpanel/templates/apache2/ssl_vhost.local #
# #
# Templates with the '.local' extension will be preferred over templates with the '.default' extension. #
# The only template updated by the apache_conf_distiller is main.default. #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #


Include "/usr/local/apache/conf/includes/pre_main_global.conf"
Include "/usr/local/apache/conf/includes/pre_main_2.conf"



LoadModule bwlimited_module modules/mod_bwlimited.so
LoadModule bw_module modules/mod_bw.so
LoadModule rewrite_module modules/mod_rewrite.so




Include "/usr/local/apache/conf/php.conf"
Include "/usr/local/apache/conf/includes/errordocument.conf"
Include "/usr/local/apache/conf/includes/account_suspensions.conf"
Include "/usr/local/apache/conf/mod_bandwidth.conf"
Include "/usr/local/apache/conf/modsec2.conf"


ErrorLog "logs/error_log"
DefaultType text/plain
ScriptAliasMatch ^/?controlpanel/?$ /usr/local/cpanel/cgi-sys/redirect.cgi
ScriptAliasMatch ^/?cpanel/?$ /usr/local/cpanel/cgi-sys/redirect.cgi
ScriptAliasMatch ^/?kpanel/?$ /usr/local/cpanel/cgi-sys/redirect.cgi
ScriptAliasMatch ^/?securecontrolpanel/?$ /usr/local/cpanel/cgi-sys/sredirect.cgi
ScriptAliasMatch ^/?securecpanel/?$ /usr/local/cpanel/cgi-sys/sredirect.cgi
ScriptAliasMatch ^/?securewhm/?$ /usr/local/cpanel/cgi-sys/swhmredirect.cgi
ScriptAliasMatch ^/?webmail/?$ /usr/local/cpanel/cgi-sys/wredirect.cgi
ScriptAliasMatch ^/?whm/?$ /usr/local/cpanel/cgi-sys/whmredirect.cgi

RewriteEngine on
AddType text/html .shtml

Alias /bandwidth /usr/local/bandmin/htdocs/
Alias /img-sys /usr/local/cpanel/img-sys/
Alias /java-sys /usr/local/cpanel/java-sys/
Alias /mailman/archives /usr/local/cpanel/3rdparty/mailman/archives/public/
Alias /pipermail /usr/local/cpanel/3rdparty/mailman/archives/public/
Alias /sys_cpanel /usr/local/cpanel/sys_cpanel/


ScriptAlias /cgi-sys /usr/local/cpanel/cgi-sys/
ScriptAlias /mailman /usr/local/cpanel/3rdparty/mailman/cgi-bin/


<Directory "/">
Options ExecCGI FollowSymLinks IncludesNOEXEC Indexes SymLinksIfOwnerMatch
AllowOverride All
</Directory>

<Directory "/usr/local/apache/htdocs">
Options Includes Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all

</Directory>

<Files ~ "^error_log$">
Order allow,deny
Deny from all

Satisfy All
</Files>

<FilesMatch "^\.ht">
Order allow,deny
Deny from all

Satisfy All
</FilesMatch>

<IfModule log_config_module>
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
LogFormat "%h %l %u %t \"%r\" %>s %b" common

CustomLog "logs/access_log" common

<IfModule logio_module>
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio

</IfModule>

</IfModule>

<IfModule alias_module>
ScriptAlias /cgi-bin/ "/usr/local/apache/cgi-bin/"

</IfModule>

<Directory "/usr/local/apache/cgi-bin">
AllowOverride All
Options None
Order allow,deny
Allow from all

</Directory>

<IfModule mod_log_config.c>
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
LogFormat "%h %l %u %t \"%r\" %>s %b" common
LogFormat "%{Referer}i -> %U" referer
LogFormat "%{User-agent}i" agent

CustomLog logs/access_log common

</IfModule>

<IfModule mime_module>
TypesConfig conf/mime.types
AddType application/x-compress .Z
AddType application/x-gzip .gz .tgz

</IfModule>

# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# Direct modifications to the Apache configuration file may be lost upon subsequent regeneration of the #
# configuration file. To have modifications retained, all modifications must be checked into the #
# configuration system by running: #
# /usr/local/cpanel/bin/apache_conf_distiller --update #
# To see if your changes will be conserved, regenerate the Apache configuration file by running: #
# /usr/local/cpanel/bin/build_apache_conf #
# and check the configuration file for your alterations. If your changes have been ignored, then they will #
# need to be added directly to their respective template files. #
# #
# It is also possible to add custom directives to the various "Include" files loaded by this httpd.conf #
# For detailed instructions on using Include files and the apache_conf_distiller with the new configuration #
# system refer to the documentation at: http://go.cpanel.net/customdirectives #
# #
# This configuration file was built from the following templates: #
# /var/cpanel/templates/apache2/main.default #
# /var/cpanel/templates/apache2/main.local #
# /var/cpanel/templates/apache2/vhost.default #
# /var/cpanel/templates/apache2/vhost.local #
# /var/cpanel/templates/apache2/ssl_vhost.default #
# /var/cpanel/templates/apache2/ssl_vhost.local #
# #
# Templates with the '.local' extension will be preferred over templates with the '.default' extension. #
# The only template updated by the apache_conf_distiller is main.default. #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #


PidFile logs/httpd.pid
LockFile logs/accept.lock
Listen 0.0.0.0:80
Listen [::]:80
User nobody
Group nobody
ExtendedStatus On
ServerAdmin no@novinhost.org
ServerName sv39.novinhost.org
LogLevel warn

# These can be set in WHM under 'Apache Global Configuration'
Timeout 300
TraceEnable Off
ServerSignature Off
ServerTokens ProductOnly
FileETag None
StartServers 5
<IfModule prefork.c>
MinSpareServers 5
MaxSpareServers 10
</IfModule>
<IfModule itk.c>
MinSpareServers 5
MaxSpareServers 10
</IfModule>
ServerLimit 256
MaxClients 150
MaxRequestsPerChild 10000
KeepAlive Off
KeepAliveTimeout 5
MaxKeepAliveRequests 100

RewriteEngine on
RewriteMap LeechProtect prg:/usr/local/cpanel/bin/leechprotect
RewriteLock /usr/local/apache/logs/rewrite_lock

# Set UserDir directory for all virtual hosts, except..
UserDir public_html
# when the following two modules are loaded
<IfModule mod_ruid2.c>
UserDir disabled
</IfModule>
<IfModule itk.c>
UserDir disabled
</IfModule>

# DirectoryIndex is set via the WHM -> Service Configuration -> Apache Setup -> DirectoryIndex Priority
DirectoryIndex index.html.var index.htm index.html index.shtml index.xhtml index.wml index.perl index.pl index.plx index.ppl index.cgi index.jsp index.js index.jp index.php4 index.php3 index.php index.phtml default.htm default.html home.htm index.php5 Default.html Default.htm home.html

# SSLCipherSuite can be set in WHM under 'Apache Global Configuration'
SSLCipherSuite ALL:!ADH:+HIGH:+MEDIUM:-LOW:-SSLv2:-EXP
SSLProtocol All -SSLv2 -SSLv3
SSLPassPhraseDialog builtin
SSLSessionCache dbm:/usr/local/apache/logs/ssl_scache
SSLSessionCacheTimeout 300
SSLMutex file:/usr/local/apache/logs/ssl_mutex
SSLRandomSeed startup builtin
SSLRandomSeed connect builtin

Listen 0.0.0.0:443
Listen [::]:443
AddType application/x-x509-ca-cert .crt
AddType application/x-pkcs7-crl .crl


AddHandler cgi-script .cgi .pl .plx .ppl .perl
AddHandler server-parsed .shtml
AddType text/html .shtml
AddType application/x-tar .tgz
AddType text/vnd.wap.wml .wml
AddType image/vnd.wap.wbmp .wbmp
AddType text/vnd.wap.wmlscript .wmls
AddType application/vnd.wap.wmlc .wmlc
AddType application/vnd.wap.wmlscriptc .wmlsc

<Location /whm-server-status>
SetHandler server-status
Order deny,allow
Deny from all
Allow from 127.0.0.1 ::1
</Location>



# SUEXEC is supported

Include "/usr/local/apache/conf/includes/account_suspensions.conf"
Include "/usr/local/apache/conf/includes/pre_virtualhost_global.conf"
Include "/usr/local/apache/conf/includes/pre_virtualhost_2.conf"

# DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
NameVirtualHost 78.47.60.188:80
NameVirtualHost *
# DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.

<VirtualHost 78.47.60.188:80>
ServerName 78.47.60.188
DocumentRoot /usr/local/apache/htdocs
ServerAdmin no@novinhost.org
<IfModule mod_suphp.c>
suPHP_UserGroup nobody nobody
</IfModule>
UserDir disabled
</VirtualHost>


# Default vhost for unbound IPs

<VirtualHost *>
ServerName sv39.novinhost.org
DocumentRoot /usr/local/apache/htdocs
ServerAdmin no@novinhost.org
<IfModule mod_suphp.c>
suPHP_UserGroup nobody nobody
</IfModule>
UserDir disabled
</VirtualHost>

# DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.

<VirtualHost 78.47.60.188:80>
ServerName agenovin.net
ServerAlias www.agenovin.net
DocumentRoot /home/agenovin/public_html
ServerAdmin webmaster@agenovin.net
UseCanonicalName Off
Options -ExecCGI -Includes
RemoveHandler cgi-script .cgi .pl .plx .ppl .perl
CustomLog /usr/local/apache/domlogs/agenovin.net combined
CustomLog /usr/local/apache/domlogs/agenovin.net-bytes_log "%{%s}t %I .\n%{%s}t %O ."
## User agenovin # Needed for Cpanel::ApacheConf
UserDir disabled
UserDir enabled agenovin
<IfModule mod_suphp.c>
suPHP_UserGroup agenovin agenovin
</IfModule>
<IfModule !mod_disable_suexec.c>
<IfModule !mod_ruid2.c>
SuexecUserGroup agenovin agenovin
</IfModule>
</IfModule>
<IfModule mod_ruid2.c>
RMode config
RUidGid agenovin agenovin
</IfModule>
<IfModule itk.c>
# For more information on MPM ITK, please read:
# apache2-mpm-itk (http://mpm-itk.sesse.net/)
AssignUserID agenovin agenovin
</IfModule>





# To customize this VirtualHost use an include file at the following location
# Include "/usr/local/apache/conf/userdata/std/2_2/agenovin/agenovin.net/*.conf"
</VirtualHost>

# DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.

<VirtualHost 78.47.60.188:80>
ServerName dlpersian.ir
ServerAlias دانلود نرم افزار | دانلود فارسی نرم افزار (http://www.dlpersian.ir)
DocumentRoot /home/dlpersian/public_html
ServerAdmin webmaster@dlpersian.ir
UseCanonicalName Off
Options -ExecCGI -Includes
RemoveHandler cgi-script .cgi .pl .plx .ppl .perl
CustomLog /usr/local/apache/domlogs/dlpersian.ir combined
CustomLog /usr/local/apache/domlogs/dlpersian.ir-bytes_log "%{%s}t %I .\n%{%s}t %O ."
## User dlpersian # Needed for Cpanel::ApacheConf
UserDir disabled
UserDir enabled dlpersian
<IfModule mod_suphp.c>
suPHP_UserGroup dlpersian dlpersian
</IfModule>
<IfModule !mod_disable_suexec.c>
<IfModule !mod_ruid2.c>
SuexecUserGroup dlpersian dlpersian
</IfModule>
</IfModule>
<IfModule mod_ruid2.c>
RMode config
RUidGid dlpersian dlpersian
</IfModule>
<IfModule itk.c>
# For more information on MPM ITK, please read:
# apache2-mpm-itk (http://mpm-itk.sesse.net/)
AssignUserID dlpersian dlpersian
</IfModule>





# To customize this VirtualHost use an include file at the following location
# Include "/usr/local/apache/conf/userdata/std/2_2/dlpersian/dlpersian.ir/*.conf"
</VirtualHost>

# DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.

# SSL










<VirtualHost 78.47.60.188:80>
ServerName dl.dlpersian.ir
ServerAlias Index of / (http://www.dl.dlpersian.ir)
DocumentRoot /home/hostdl/public_html
ServerAdmin webmaster@dl.dlpersian.ir
UseCanonicalName Off
Options -ExecCGI -Includes
RemoveHandler cgi-script .cgi .pl .plx .ppl .perl
CustomLog /usr/local/apache/domlogs/dl.dlpersian.ir combined
CustomLog /usr/local/apache/domlogs/dl.dlpersian.ir-bytes_log "%{%s}t %I .\n%{%s}t %O ."
## User hostdl # Needed for Cpanel::ApacheConf
UserDir disabled
UserDir enabled hostdl
<IfModule mod_suphp.c>
suPHP_UserGroup hostdl hostdl
</IfModule>
<IfModule !mod_disable_suexec.c>
<IfModule !mod_ruid2.c>
SuexecUserGroup hostdl hostdl
</IfModule>
</IfModule>
<IfModule mod_ruid2.c>
RMode config
RUidGid hostdl hostdl
</IfModule>
<IfModule itk.c>
# For more information on MPM ITK, please read:
# apache2-mpm-itk (http://mpm-itk.sesse.net/)
AssignUserID hostdl hostdl
</IfModule>





# To customize this VirtualHost use an include file at the following location
# Include "/usr/local/apache/conf/userdata/std/2_2/hostdl/dl.dlpersian.ir/*.conf"
</VirtualHost>
<VirtualHost 78.47.60.188:80>
ServerName agedownload.com
ServerAlias www.agedownload.com
DocumentRoot /home/agedownload/public_html
ServerAdmin webmaster@agedownload.com
UseCanonicalName Off
Options -ExecCGI -Includes
RemoveHandler cgi-script .cgi .pl .plx .ppl .perl
CustomLog /usr/local/apache/domlogs/agedownload.com combined
CustomLog /usr/local/apache/domlogs/agedownload.com-bytes_log "%{%s}t %I .\n%{%s}t %O ."
## User agedownload # Needed for Cpanel::ApacheConf
UserDir disabled
UserDir enabled agedownload
<IfModule mod_suphp.c>
suPHP_UserGroup agedownload agedownload
</IfModule>
<IfModule !mod_disable_suexec.c>
<IfModule !mod_ruid2.c>
SuexecUserGroup agedownload agedownload
</IfModule>
</IfModule>
<IfModule mod_ruid2.c>
RMode config
RUidGid agedownload agedownload
</IfModule>
<IfModule itk.c>
# For more information on MPM ITK, please read:
# apache2-mpm-itk (http://mpm-itk.sesse.net/)
AssignUserID agedownload agedownload
</IfModule>





# To customize this VirtualHost use an include file at the following location
# Include "/usr/local/apache/conf/userdata/std/2_2/agedownload/agedownload.com/*.conf"
</VirtualHost>
<VirtualHost 78.47.60.188:80>
ServerName upload.98lovers.ir
ServerAlias آپلود سنتر 98 لاورز (http://www.upload.98lovers.ir)
DocumentRoot /home/upload98lovers/public_html
ServerAdmin webmaster@upload.98lovers.ir
UseCanonicalName Off
Options -ExecCGI -Includes
RemoveHandler cgi-script .cgi .pl .plx .ppl .perl
CustomLog /usr/local/apache/domlogs/upload.98lovers.ir combined
CustomLog /usr/local/apache/domlogs/upload.98lovers.ir-bytes_log "%{%s}t %I .\n%{%s}t %O ."
## User upload98lovers # Needed for Cpanel::ApacheConf
UserDir disabled
UserDir enabled upload98lovers
<IfModule mod_suphp.c>
suPHP_UserGroup upload98lovers upload98lovers
</IfModule>
<IfModule !mod_disable_suexec.c>
<IfModule !mod_ruid2.c>
SuexecUserGroup upload98lovers upload98lovers
</IfModule>
</IfModule>
<IfModule mod_ruid2.c>
RMode config
RUidGid upload98lovers upload98lovers
</IfModule>
<IfModule itk.c>
# For more information on MPM ITK, please read:
# apache2-mpm-itk (http://mpm-itk.sesse.net/)
AssignUserID upload98lovers upload98lovers
</IfModule>





# To customize this VirtualHost use an include file at the following location
# Include "/usr/local/apache/conf/userdata/std/2_2/upload98lovers/upload.98lovers.ir/*.conf"
</VirtualHost>
<VirtualHost 78.47.60.188:80>
ServerName basaza.ir
ServerAlias www.basaza.ir (http://www.basaza.ir)
DocumentRoot /home/basaza/public_html
ServerAdmin webmaster@basaza.ir
UseCanonicalName Off
Options -ExecCGI -Includes
RemoveHandler cgi-script .cgi .pl .plx .ppl .perl
CustomLog /usr/local/apache/domlogs/basaza.ir combined
CustomLog /usr/local/apache/domlogs/basaza.ir-bytes_log "%{%s}t %I .\n%{%s}t %O ."
## User basaza # Needed for Cpanel::ApacheConf
UserDir disabled
UserDir enabled basaza
<IfModule mod_suphp.c>
suPHP_UserGroup basaza basaza
</IfModule>
<IfModule !mod_disable_suexec.c>
<IfModule !mod_ruid2.c>
SuexecUserGroup basaza basaza
</IfModule>
</IfModule>
<IfModule mod_ruid2.c>
RMode config
RUidGid basaza basaza
</IfModule>
<IfModule itk.c>
# For more information on MPM ITK, please read:
# apache2-mpm-itk (http://mpm-itk.sesse.net/)
AssignUserID basaza basaza
</IfModule>





# To customize this VirtualHost use an include file at the following location
# Include "/usr/local/apache/conf/userdata/std/2_2/basaza/basaza.ir/*.conf"
</VirtualHost>
<VirtualHost 78.47.60.188:80>
ServerName surviving.ir
ServerAlias A&W-landinge Bootstrap Website Template | Home :: w3layouts (http://www.surviving.ir)
DocumentRoot /home/surviving/public_html
ServerAdmin webmaster@surviving.ir
UseCanonicalName Off
Options -ExecCGI -Includes
RemoveHandler cgi-script .cgi .pl .plx .ppl .perl
CustomLog /usr/local/apache/domlogs/surviving.ir combined
CustomLog /usr/local/apache/domlogs/surviving.ir-bytes_log "%{%s}t %I .\n%{%s}t %O ."
## User surviving # Needed for Cpanel::ApacheConf
UserDir disabled
UserDir enabled surviving
<IfModule mod_suphp.c>
suPHP_UserGroup surviving surviving
</IfModule>
<IfModule !mod_disable_suexec.c>
<IfModule !mod_ruid2.c>
SuexecUserGroup surviving surviving
</IfModule>
</IfModule>
<IfModule mod_ruid2.c>
RMode config
RUidGid surviving surviving
</IfModule>
<IfModule itk.c>
# For more information on MPM ITK, please read:
# apache2-mpm-itk (http://mpm-itk.sesse.net/)
AssignUserID surviving surviving
</IfModule>





# To customize this VirtualHost use an include file at the following location
# Include "/usr/local/apache/conf/userdata/std/2_2/surviving/surviving.ir/*.conf"
</VirtualHost>
<VirtualHost 78.47.60.188:80>
ServerName drg-co.com
ServerAlias www.drg-co.com
DocumentRoot /home/drgco/public_html
ServerAdmin webmaster@drg-co.com
UseCanonicalName Off
Options -ExecCGI -Includes
RemoveHandler cgi-script .cgi .pl .plx .ppl .perl
CustomLog /usr/local/apache/domlogs/drg-co.com combined
CustomLog /usr/local/apache/domlogs/drg-co.com-bytes_log "%{%s}t %I .\n%{%s}t %O ."
## User drgco # Needed for Cpanel::ApacheConf
UserDir disabled
UserDir enabled drgco
<IfModule mod_suphp.c>
suPHP_UserGroup drgco drgco
</IfModule>
<IfModule !mod_disable_suexec.c>
<IfModule !mod_ruid2.c>
SuexecUserGroup drgco drgco
</IfModule>
</IfModule>
<IfModule mod_ruid2.c>
RMode config
RUidGid drgco drgco
</IfModule>
<IfModule itk.c>
# For more information on MPM ITK, please read:
# apache2-mpm-itk (http://mpm-itk.sesse.net/)
AssignUserID drgco drgco
</IfModule>





# To customize this VirtualHost use an include file at the following location
# Include "/usr/local/apache/conf/userdata/std/2_2/drgco/drg-co.com/*.conf"
</VirtualHost>
<VirtualHost 78.47.60.188:80>
ServerName jahancharm.net
ServerAlias www.jahancharm.net
DocumentRoot /home/jahancharm/public_html
ServerAdmin webmaster@jahancharm.net
UseCanonicalName Off
Options -ExecCGI -Includes
RemoveHandler cgi-script .cgi .pl .plx .ppl .perl
CustomLog /usr/local/apache/domlogs/jahancharm.net combined
CustomLog /usr/local/apache/domlogs/jahancharm.net-bytes_log "%{%s}t %I .\n%{%s}t %O ."
## User jahancharm # Needed for Cpanel::ApacheConf
UserDir disabled
UserDir enabled jahancharm
<IfModule mod_suphp.c>
suPHP_UserGroup jahancharm jahancharm
</IfModule>
<IfModule !mod_disable_suexec.c>
<IfModule !mod_ruid2.c>
SuexecUserGroup jahancharm jahancharm
</IfModule>
</IfModule>
<IfModule mod_ruid2.c>
RMode config
RUidGid jahancharm jahancharm
</IfModule>
<IfModule itk.c>
# For more information on MPM ITK, please read:
# apache2-mpm-itk (http://mpm-itk.sesse.net/)
AssignUserID jahancharm jahancharm
</IfModule>





# To customize this VirtualHost use an include file at the following location
# Include "/usr/local/apache/conf/userdata/std/2_2/jahancharm/jahancharm.net/*.conf"
</VirtualHost>
<VirtualHost 78.47.60.188:80>
ServerName up.agenovin.net
ServerAlias آپلود سنتر عصرنوین (http://www.up.agenovin.net)
DocumentRoot /home/upagenovin/public_html
ServerAdmin webmaster@up.agenovin.net
UseCanonicalName Off
Options -ExecCGI -Includes
RemoveHandler cgi-script .cgi .pl .plx .ppl .perl
CustomLog /usr/local/apache/domlogs/up.agenovin.net combined
CustomLog /usr/local/apache/domlogs/up.agenovin.net-bytes_log "%{%s}t %I .\n%{%s}t %O ."
## User upagenovin # Needed for Cpanel::ApacheConf
UserDir disabled
UserDir enabled upagenovin
<IfModule mod_suphp.c>
suPHP_UserGroup upagenovin upagenovin
</IfModule>
<IfModule !mod_disable_suexec.c>
<IfModule !mod_ruid2.c>
SuexecUserGroup upagenovin upagenovin
</IfModule>
</IfModule>
<IfModule mod_ruid2.c>
RMode config
RUidGid upagenovin upagenovin
</IfModule>
<IfModule itk.c>
# For more information on MPM ITK, please read:
# apache2-mpm-itk (http://mpm-itk.sesse.net/)
AssignUserID upagenovin upagenovin
</IfModule>





# To customize this VirtualHost use an include file at the following location
# Include "/usr/local/apache/conf/userdata/std/2_2/upagenovin/up.agenovin.net/*.conf"
</VirtualHost>
<VirtualHost 78.47.60.188:80>
ServerName baranak.tk
ServerAlias سایت در دست ساخت است (http://www.baranak.tk)
DocumentRoot /home/baranak/public_html
ServerAdmin webmaster@baranak.tk
UseCanonicalName Off
Options -ExecCGI -Includes
RemoveHandler cgi-script .cgi .pl .plx .ppl .perl
CustomLog /usr/local/apache/domlogs/baranak.tk combined
CustomLog /usr/local/apache/domlogs/baranak.tk-bytes_log "%{%s}t %I .\n%{%s}t %O ."
## User baranak # Needed for Cpanel::ApacheConf
UserDir disabled
UserDir enabled baranak
<IfModule mod_suphp.c>
suPHP_UserGroup baranak baranak
</IfModule>
<IfModule !mod_disable_suexec.c>
<IfModule !mod_ruid2.c>
SuexecUserGroup baranak baranak
</IfModule>
</IfModule>
<IfModule mod_ruid2.c>
RMode config
RUidGid baranak baranak
</IfModule>
<IfModule itk.c>
# For more information on MPM ITK, please read:
# apache2-mpm-itk (http://mpm-itk.sesse.net/)
AssignUserID baranak baranak
</IfModule>





# To customize this VirtualHost use an include file at the following location
# Include "/usr/local/apache/conf/userdata/std/2_2/baranak/baranak.tk/*.conf"
</VirtualHost>
<VirtualHost 78.47.60.188:80>
ServerName pouryaheydari.ir
ServerAlias پوریا حیدری | یک سایت دیگر با وردپرس فارسی (http://www.pouryaheydari.ir)
DocumentRoot /home/pouryaheydari/public_html
ServerAdmin webmaster@pouryaheydari.ir
UseCanonicalName Off
Options -ExecCGI -Includes
RemoveHandler cgi-script .cgi .pl .plx .ppl .perl
CustomLog /usr/local/apache/domlogs/pouryaheydari.ir combined
CustomLog /usr/local/apache/domlogs/pouryaheydari.ir-bytes_log "%{%s}t %I .\n%{%s}t %O ."
## User pouryaheydari # Needed for Cpanel::ApacheConf
UserDir disabled
UserDir enabled pouryaheydari
<IfModule mod_suphp.c>
suPHP_UserGroup pouryaheydari pouryaheydari
</IfModule>
<IfModule !mod_disable_suexec.c>
<IfModule !mod_ruid2.c>
SuexecUserGroup pouryaheydari pouryaheydari
</IfModule>
</IfModule>
<IfModule mod_ruid2.c>
RMode config
RUidGid pouryaheydari pouryaheydari
</IfModule>
<IfModule itk.c>
# For more information on MPM ITK, please read:
# apache2-mpm-itk (http://mpm-itk.sesse.net/)
AssignUserID pouryaheydari pouryaheydari
</IfModule>





# To customize this VirtualHost use an include file at the following location
# Include "/usr/local/apache/conf/userdata/std/2_2/pouryaheydari/pouryaheydari.ir/*.conf"
</VirtualHost>
NameVirtualHost 78.47.60.187:80
<VirtualHost 78.47.60.187:80>
ServerName hashtgerdiha.org
ServerAlias www.hashtgerdiha.org
DocumentRoot /home/hashtgerdiha/public_html
ServerAdmin webmaster@hashtgerdiha.org
UseCanonicalName Off
Options -ExecCGI -Includes
RemoveHandler cgi-script .cgi .pl .plx .ppl .perl
CustomLog /usr/local/apache/domlogs/hashtgerdiha.org combined
CustomLog /usr/local/apache/domlogs/hashtgerdiha.org-bytes_log "%{%s}t %I .\n%{%s}t %O ."
## User hashtgerdiha # Needed for Cpanel::ApacheConf
UserDir disabled
UserDir enabled hashtgerdiha
<IfModule mod_suphp.c>
suPHP_UserGroup hashtgerdiha hashtgerdiha
</IfModule>
<IfModule !mod_disable_suexec.c>
<IfModule !mod_ruid2.c>
SuexecUserGroup hashtgerdiha hashtgerdiha
</IfModule>
</IfModule>
<IfModule mod_ruid2.c>
RMode config
RUidGid hashtgerdiha hashtgerdiha
</IfModule>
<IfModule itk.c>
# For more information on MPM ITK, please read:
# apache2-mpm-itk (http://mpm-itk.sesse.net/)
AssignUserID hashtgerdiha hashtgerdiha
</IfModule>





# To customize this VirtualHost use an include file at the following location
# Include "/usr/local/apache/conf/userdata/std/2_2/hashtgerdiha/hashtgerdiha.org/*.conf"
</VirtualHost>
Include "/usr/local/apache/conf/includes/post_virtualhost_global.conf"
Include "/usr/local/apache/conf/includes/post_virtualhost_2.conf"


# DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.

ممنون میشم تا راهنمایی و کمکم کنین.

secureconfig
January 5th, 2015, 11:27
دستور httpd -M را بزنید و نتیجه را کپی کنید و جهت شلوغ نشدن تاپیک در Ubuntu Pastebin (http://paste.ubuntu.com) قرار دهید و لینک را ارسال کنید.

demonvictor
January 5th, 2015, 11:30
دستور httpd -M را بزنید و نتیجه را کپی کنید و جهت شلوغ نشدن تاپیک در Ubuntu Pastebin (http://paste.ubuntu.com) قرار دهید و لینک را ارسال کنید.

دستوری که گفتین رو زدم و این خطا رو دادش:
httpd: Syntax error on line 35 of /usr/local/apache/conf/httpd.conf: module rewrite_module is built-in and can't be loaded

secureconfig
January 5th, 2015, 12:31
درصورت تمایل دسترسی سرور را ارسال کنید تا بررسی کنم.

- - - Updated - - -

مشکل mod_rewrite با دستور زیر حل شد :


/scripts/rebuildhttpdconf


و مازول های Mod_Filter و Mod_ExtFilter نیز از داخل پروفایل Easyapache فعال و Build شد.

موفق باشید./

demonvictor
January 5th, 2015, 15:32
مرسی بابت راهنمایی هاتون.
یه دنیا تشکر.