İyinet'e Hoşgeldiniz!

Türkiye'nin En Eski Webmaster Forum'una Hemen Kayıt Olun!

Kayıt Ol!

httpd.conf Optimasyon isteği

C0$kuN

0
İyinet Üyesi
Katılım
12 Haziran 2007
Mesajlar
168
Reaction score
0
ilk başda İyinet usta olmak üzere diğer yardım sever arkadaşlara Teşekkür ediyorum.

httpd.conf içeriği

Kod:
Include "/usr/local/apache/conf/includes/pre_main_global.conf"
Include "/usr/local/apache/conf/includes/pre_main_2.conf"
RLimitMEM 376808789
RLimitCPU 240
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#   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.                                               #
#                                                                                                               #
#   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.                                      #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #



 

LoadModule security2_module modules/mod_security2.so
LoadModule auth_passthrough_module modules/mod_auth_passthrough.so
LoadModule bwlimited_module modules/mod_bwlimited.so
LoadModule frontpage_module modules/mod_frontpage.so




Include "/usr/local/apache/conf/modsec2.conf"
Include "/usr/local/apache/conf/php.conf"


ErrorLog logs/error_log
DefaultType text/plain
ErrorDocument 400 /400.shtml
ErrorDocument 401 /401.shtml
ErrorDocument 403 /403.shtml
ErrorDocument 404 /404.shtml
ErrorDocument 500 /500.shtml


HostnameLookups Off
UseCanonicalName Off
UserDir disable
ServerSignature off
ServerTokens Prod 
ServerAdmin root@localhost
AddDefaultCharset ISO-8859-9
Timeout 300
KeepAlive On
MaxKeepAliveRequests 0
KeepAliveTimeout 15
MinSpareServers 16
MaxSpareServers 64
StartServers 16
MaxClients 256
MaxRequestsPerChild 100000

ScriptAliasMatch ^/webmail/(.*) /usr/local/cpanel/cgi-sys/wredirect.cgi
Alias /akopia/ /usr/local/cpanel/3rdparty/interchange/share/akopia/
Alias /bandwidth/ /usr/local/bandmin/htdocs/
Alias /img-sys/ /usr/local/cpanel/img-sys/
Alias /interchange-5/ /usr/local/cpanel/3rdparty/interchange/share/interchange-5/
Alias /interchange/ /usr/local/cpanel/3rdparty/interchange/share/interchange/
Alias /java-sys/ /usr/local/cpanel/java-sys/
Alias /mailman/archives/ /usr/local/cpanel/3rdparty/mailman/archives/public/
Alias /neo-images/ /usr/local/cpanel/base/neomail/neo-images/
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 /controlpanel /usr/local/cpanel/cgi-sys/redirect.cgi
ScriptAlias /cpanel /usr/local/cpanel/cgi-sys/redirect.cgi
ScriptAlias /mailman/ /usr/local/cpanel/3rdparty/mailman/cgi-bin/
ScriptAlias /scgi-bin /usr/local/cpanel/cgi-sys/scgiwrap
ScriptAlias /securecontrolpanel /usr/local/cpanel/cgi-sys/sredirect.cgi
ScriptAlias /securewhm /usr/local/cpanel/cgi-sys/swhmredirect.cgi
ScriptAlias /webmail /usr/local/cpanel/cgi-sys/wredirect.cgi
ScriptAlias /whm /usr/local/cpanel/cgi-sys/whmredirect.cgi


<Directory "/">
    Options All
    AllowOverride All
</Directory>

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

</Directory>

<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 None
    Options None
    Order allow,deny
    Allow from all

</Directory>

<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.                                               #
#                                                                                                               #
#   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
# Defined in /var/cpanel/cpanel.config: apache_port
Listen 80
Timeout 300
User nobody
Group nobody
ExtendedStatus On
ServerAdmin root@localhost
ServerName linux.X
LogLevel warn
KeepAlive On
ServerSignature Off
MaxKeepAliveRequests 0
KeepAliveTimeout 15
MinSpareServers 16
MaxSpareServers 64
StartServers 16
MaxClients 256
MaxRequestsPerChild 100000

UserDir public_html

DirectoryIndex 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

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

<IfDefine SSL>
    # Defined in /var/cpanel/cpanel.config: apache_ssl_port
    Listen 443
    AddType application/x-x509-ca-cert .crt
    AddType application/x-pkcs7-crl .crl
</IfDefine>


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
</Location>

İkinci Post da devamı var
 

C0$kuN

0
İyinet Üyesi
Katılım
12 Haziran 2007
Mesajlar
168
Reaction score
0
Devamı

Kod:
# SUEXEC is supported

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
NameVirtualHost İP:80
NameVirtualHost *
# DO NOT EDIT. AUTOMATICALLY GENERATED

<VirtualHost İP:80>
    ServerName linux.X
    DocumentRoot /usr/local/apache/htdocs
    ServerAdmin [email protected]
</VirtualHost>


# Default vhost for unbound IPs

<VirtualHost *>
    ServerName linux.megatrhost.com
    DocumentRoot /usr/local/apache/htdocs
    ServerAdmin [email protected]
</VirtualHost>

# DO NOT EDIT. AUTOMATICALLY GENERATED


Uyarı ve Önerilerinizi bekliyorum güvenlik saldırı performans vb.

Teşekkürler.
 

iyinet

Root
Admin
Hosting Firması
Katılım
2 Eylül 2002
Mesajlar
5,028
Reaction score
63
Konum
Sakarya
ilk aklıma gelenler bunlar, bu değişiklikleri panel kullanıyorsanız panelden yapınız.
KeepAlive Off
MinSpareServers 8
MaxSpareServers 16
StartServers 16
 

C0$kuN

0
İyinet Üyesi
Katılım
12 Haziran 2007
Mesajlar
168
Reaction score
0
AMD Opteron 1212 (Dual Core)
3 GB DDR2-Ram

cPanel / whm

httpd (2.2.6 (Unix))
 

iyinet

Root
Admin
Hosting Firması
Katılım
2 Eylül 2002
Mesajlar
5,028
Reaction score
63
Konum
Sakarya
Dikkatimi çekti dosyada mükerrer satırlar var.
Örneğin KeepAlive 2 ayrı yerde tanımlanmış...
 

C0$kuN

0
İyinet Üyesi
Katılım
12 Haziran 2007
Mesajlar
168
Reaction score
0
evet hocam bende ondan httpd.conf karışık dedim size
 

iyinet

Root
Admin
Hosting Firması
Katılım
2 Eylül 2002
Mesajlar
5,028
Reaction score
63
Konum
Sakarya
Neden mükerrer, önce onun sebebini bulmak lazım...
Sonra da temizlemek.
 

C0$kuN

0
İyinet Üyesi
Katılım
12 Haziran 2007
Mesajlar
168
Reaction score
0
Hocam en üstdekileri ben bu Forumdan dolaşırken bulup koydum diye hatırlıyorum.
Altdaki satırlar ise default du onları sadece editledim.
 

iyinet

Root
Admin
Hosting Firması
Katılım
2 Eylül 2002
Mesajlar
5,028
Reaction score
63
Konum
Sakarya
Yaptığınız şekilde hatalı olmuş, her ayardan 1 tane olması lazım.
Öncelikle eski haline getirmeyi deneyin.
Ardından o değişken üzerinde değişiklik yapın, yoksa ekleyin varsa değiştirin.
Aksi takdirde apache en son gördüğü değişkeni alır , baştakilerin hiçibir fonksiypnu yok şu anda.
 

C0$kuN

0
İyinet Üyesi
Katılım
12 Haziran 2007
Mesajlar
168
Reaction score
0
Hocam şuanda dediğinizi yaptım ve httpd restart ettim sorunsuz

Örnegın KeepAlive Off mu On mu kalsın hocam bu gibi optimasyonları rica etsem..

Kod:
LoadModule security2_module modules/mod_security2.so
LoadModule auth_passthrough_module modules/mod_auth_passthrough.so
LoadModule bwlimited_module modules/mod_bwlimited.so
LoadModule frontpage_module modules/mod_frontpage.so



Include "/usr/local/apache/conf/modsec2.conf"
Include "/usr/local/apache/conf/php.conf"


ErrorLog logs/error_log
DefaultType text/plain
ErrorDocument 400 /400.shtml
ErrorDocument 401 /401.shtml
ErrorDocument 403 /403.shtml
ErrorDocument 404 /404.shtml
ErrorDocument 500 /500.shtml


ScriptAliasMatch ^/webmail/(.*) /usr/local/cpanel/cgi-sys/wredirect.cgi
Alias /akopia/ /usr/local/cpanel/3rdparty/interchange/share/akopia/
Alias /bandwidth/ /usr/local/bandmin/htdocs/
Alias /img-sys/ /usr/local/cpanel/img-sys/
Alias /interchange-5/ /usr/local/cpanel/3rdparty/interchange/share/interchange-5/
Alias /interchange/ /usr/local/cpanel/3rdparty/interchange/share/interchange/
Alias /java-sys/ /usr/local/cpanel/java-sys/
Alias /mailman/archives/ /usr/local/cpanel/3rdparty/mailman/archives/public/
Alias /neo-images/ /usr/local/cpanel/base/neomail/neo-images/
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 /controlpanel /usr/local/cpanel/cgi-sys/redirect.cgi
ScriptAlias /cpanel /usr/local/cpanel/cgi-sys/redirect.cgi
ScriptAlias /mailman/ /usr/local/cpanel/3rdparty/mailman/cgi-bin/
ScriptAlias /scgi-bin /usr/local/cpanel/cgi-sys/scgiwrap
ScriptAlias /securecontrolpanel /usr/local/cpanel/cgi-sys/sredirect.cgi
ScriptAlias /securewhm /usr/local/cpanel/cgi-sys/swhmredirect.cgi
ScriptAlias /webmail /usr/local/cpanel/cgi-sys/wredirect.cgi
ScriptAlias /whm /usr/local/cpanel/cgi-sys/whmredirect.cgi


<Directory "/">
    Options All
    AllowOverride All
</Directory>

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

</Directory>

<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 None
    Options None
    Order allow,deny
    Allow from all

</Directory>

<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.                                               #
#                                                                                                               #
#   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
# Defined in /var/cpanel/cpanel.config: apache_port
Listen 80
Timeout 300        
User nobody
Group nobody
ExtendedStatus On
ServerAdmin root@localhost  
ServerName linux.megatrhost.com
AddDefaultCharset ISO-8859-9
LogLevel warn
ServerTokens Prod            
UseCanonicalName Off
KeepAlive Off 
HostnameLookups Off
UseCanonicalName Off
ServerSignature Off
KeepAliveTimeout 15
MinSpareServers 16
MaxSpareServers 64
StartServers 16
MaxClients 256
MaxRequestsPerChild 100000     
MaxKeepAliveRequests 0
UserDir public_html 

DirectoryIndex 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

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

<IfDefine SSL>
    # Defined in /var/cpanel/cpanel.config: apache_ssl_port
    Listen 443
    AddType application/x-x509-ca-cert .crt
    AddType application/x-pkcs7-crl .crl
</IfDefine>


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
</Location>
 

iyinet

Root
Admin
Hosting Firması
Katılım
2 Eylül 2002
Mesajlar
5,028
Reaction score
63
Konum
Sakarya
Yukarida vermistim, onlari uygulayabilirsin.
 

C0$kuN

0
İyinet Üyesi
Katılım
12 Haziran 2007
Mesajlar
168
Reaction score
0
Ustam Şuanda

Listen 80
Timeout 100
User nobody
Group nobody
ExtendedStatus On
ServerAdmin root@localhost
ServerName linux.X.com
AddDefaultCharset ISO-8859-9
LogLevel warn
ServerTokens Prod
UseCanonicalName Off
KeepAlive Off
HostnameLookups Off
UseCanonicalName Off
ServerSignature Off
KeepAliveTimeout 15
MinSpareServers 8
MaxSpareServers 16
StartServers 16
MaxClients 256
MaxRequestsPerChild 100000
MaxKeepAliveRequests 100
UserDir public_html


böyle son durum
 

iyinet

Root
Admin
Hosting Firması
Katılım
2 Eylül 2002
Mesajlar
5,028
Reaction score
63
Konum
Sakarya
Ustam Şuanda

Listen 80
Timeout 100
User nobody
Group nobody
ExtendedStatus On
ServerAdmin root@localhost
ServerName linux.X.com
AddDefaultCharset ISO-8859-9
LogLevel warn
ServerTokens Prod
UseCanonicalName Off
KeepAlive Off
HostnameLookups Off
UseCanonicalName Off
ServerSignature Off
KeepAliveTimeout 15
MinSpareServers 8
MaxSpareServers 16
StartServers 16
MaxClients 256
MaxRequestsPerChild 100000
MaxKeepAliveRequests 100
UserDir public_html


böyle son durum

Gayet guzel.
 

C0$kuN

0
İyinet Üyesi
Katılım
12 Haziran 2007
Mesajlar
168
Reaction score
0
Hocam böyle yapınca Yavaşladı siteler

Listen 80
Timeout 100
KeepAlive Off
KeepAliveTimeout 5
MinSpareServers 15
MaxSpareServers 20
User nobody
Group nobody
ExtendedStatus On
ServerAdmin root@localhost
ServerName linux.megatrhost.com
LogLevel warn
MaxRequestsPerChild 0
HostnameLookups Off
UseCanonicalName Off
ServerSignature off
UserDir disable
ServerTokens Prod
AddDefaultCharset ISO-8859-9

UserDir public_html



Böyle yaptım ):

MaxRequestsPerChild 0 kalması mı ıyı yoksa 10000 felan mı
 

iyinet

Root
Admin
Hosting Firması
Katılım
2 Eylül 2002
Mesajlar
5,028
Reaction score
63
Konum
Sakarya
Hocam böyle yapınca Yavaşladı siteler

Listen 80
Timeout 100
KeepAlive Off
KeepAliveTimeout 5
MinSpareServers 15
MaxSpareServers 20
User nobody
Group nobody
ExtendedStatus On
ServerAdmin root@localhost
ServerName linux.megatrhost.com
LogLevel warn
MaxRequestsPerChild 0
HostnameLookups Off
UseCanonicalName Off
ServerSignature off
UserDir disable
ServerTokens Prod
AddDefaultCharset ISO-8859-9

UserDir public_html



Böyle yaptım ):

MaxRequestsPerChild 0 kalması mı ıyı yoksa 10000 felan mı

Cok yogun siteler, ozellikle saldiri altinda olan siteler icin KeepAlive Off daha iyidir. Sizin icin sorun yaratti ise eski haline getirin tabi.
 

Senol

0
İyinet Üyesi
Onaylı Üye
Katılım
25 Haziran 2005
Mesajlar
4,856
Reaction score
1
Konum
Bursa
merak ettim bu serverin günlük karşıladığı tekil kullanıcı sayısı ne kadar masuru yoksa tabiki ?
 

C0$kuN

0
İyinet Üyesi
Katılım
12 Haziran 2007
Mesajlar
168
Reaction score
0
30 - 40K 135 site var Çoğu Forum

Hocam peki MaxRequestsPerChild 0 kalması mı iyi yoksa 10000 felan mı
 

ktyksz

0
İyinet Üyesi
Katılım
6 Mayıs 2010
Mesajlar
8
Reaction score
0
Merhaba,
Ben daha yeniyim kusuruma bakmayın. Bu apache'yi DSO mu suphp mi yoksa fcgi mi calıstırmam lazım?
(hızlı calısması için)
 

Türkiye’nin ilk webmaster forum sitesi iyinet.com'da forum üyeleri tarafından yapılan tüm paylaşımlardan; Türk Ceza Kanunu’nun 20. Maddesinin, 5651 Sayılı Kanununun 4. maddesinin 2. fıkrasına göre, paylaşım yapan üyeler sorumludur.

Backlink ve Tanıtım Yazısı için iletişime geçmek için Skype Adresimiz: .cid.1580508955483fe5

Üst