Advertisement
Guest User

Untitled

a guest
Jul 14th, 2016
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 374.09 KB | None | 0 0
  1. # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
  2. # Direct modifications to the Apache configuration file may be lost upon subsequent regeneration of the #
  3. # configuration file. To have modifications retained, all modifications must be checked into the #
  4. # configuration system by running: #
  5. # /usr/local/cpanel/bin/apache_conf_distiller --update #
  6. # To see if your changes will be conserved, regenerate the Apache configuration file by running: #
  7. # /usr/local/cpanel/bin/build_apache_conf #
  8. # and check the configuration file for your alterations. If your changes have been ignored, then they will #
  9. # need to be added directly to their respective template files. #
  10. # #
  11. # It is also possible to add custom directives to the various "Include" files loaded by this httpd.conf #
  12. # For detailed instructions on using Include files and the apache_conf_distiller with the new configuration #
  13. # system refer to the documentation at: http://go.cpanel.net/customdirectives #
  14. # #
  15. # This configuration file was built from the following templates: #
  16. # /var/cpanel/templates/apache2/main.default #
  17. # /var/cpanel/templates/apache2/main.local #
  18. # /var/cpanel/templates/apache2/vhost.default #
  19. # /var/cpanel/templates/apache2/vhost.local #
  20. # /var/cpanel/templates/apache2/ssl_vhost.default #
  21. # /var/cpanel/templates/apache2/ssl_vhost.local #
  22. # #
  23. # Templates with the '.local' extension will be preferred over templates with the '.default' extension. #
  24. # The only template updated by the apache_conf_distiller is main.default. #
  25. # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
  26.  
  27.  
  28. Include "/usr/local/apache/conf/includes/pre_main_global.conf"
  29. Include "/usr/local/apache/conf/includes/pre_main_2.conf"
  30.  
  31.  
  32.  
  33. LoadModule hostinglimits_module /usr/local/apache/modules/mod_hostinglimits.so
  34. LoadModule bwlimited_module modules/mod_bwlimited.so
  35. LoadModule bw_module modules/mod_bw.so
  36.  
  37.  
  38.  
  39.  
  40. Include "/usr/local/apache/conf/modhostinglimits.conf"
  41. Include "/usr/local/apache/conf/php.conf"
  42. Include "/usr/local/apache/conf/mod_bandwidth.conf"
  43. Include "/usr/local/apache/conf/modsec2.conf"
  44. Include "/usr/local/apache/conf/includes/errordocument.conf"
  45. Include "/usr/local/apache/conf/includes/account_suspensions.conf"
  46. Include "/usr/local/apache/conf/conf.d/*.conf"
  47.  
  48.  
  49. ErrorLog "logs/error_log"
  50. ScriptAliasMatch ^/?controlpanel/?$ /usr/local/cpanel/cgi-sys/redirect.cgi
  51. ScriptAliasMatch ^/?cpanel/?$ /usr/local/cpanel/cgi-sys/redirect.cgi
  52. ScriptAliasMatch ^/?kpanel/?$ /usr/local/cpanel/cgi-sys/redirect.cgi
  53. ScriptAliasMatch ^/?securecontrolpanel/?$ /usr/local/cpanel/cgi-sys/sredirect.cgi
  54. ScriptAliasMatch ^/?securecpanel/?$ /usr/local/cpanel/cgi-sys/sredirect.cgi
  55. ScriptAliasMatch ^/?securewhm/?$ /usr/local/cpanel/cgi-sys/swhmredirect.cgi
  56. ScriptAliasMatch ^/?whm/?$ /usr/local/cpanel/cgi-sys/whmredirect.cgi
  57. ScriptAliasMatch ^/?webmail(/.*|/?)$ /usr/local/cpanel/cgi-sys/wredirect.cgi
  58. ScriptAliasMatch ^/autodiscover/autodiscover.xml /usr/local/cpanel/cgi-sys/autodiscover.cgi
  59. ScriptAliasMatch ^/Autodiscover/Autodiscover.xml /usr/local/cpanel/cgi-sys/autodiscover.cgi
  60.  
  61. RewriteEngine on
  62. AddType text/html .shtml
  63.  
  64. Alias /bandwidth /usr/local/bandmin/htdocs/
  65. Alias /img-sys /usr/local/cpanel/img-sys/
  66. Alias /java-sys /usr/local/cpanel/java-sys/
  67. Alias /mailman/archives /usr/local/cpanel/3rdparty/mailman/archives/public/
  68. Alias /pipermail /usr/local/cpanel/3rdparty/mailman/archives/public/
  69. Alias /sys_cpanel /usr/local/cpanel/sys_cpanel/
  70.  
  71.  
  72. ScriptAlias /cgi-sys /usr/local/cpanel/cgi-sys/
  73. ScriptAlias /mailman /usr/local/cpanel/3rdparty/mailman/cgi-bin/
  74.  
  75.  
  76. <Directory "/">
  77. AllowOverride All
  78. Options ExecCGI FollowSymLinks Includes IncludesNOEXEC Indexes SymLinksIfOwnerMatch
  79. </Directory>
  80.  
  81. <Directory "/usr/local/apache/htdocs">
  82. Options All
  83. AllowOverride None
  84. Require all granted
  85. </Directory>
  86.  
  87. <Files ~ "^error_log$">
  88. Order allow,deny
  89. Deny from all
  90.  
  91. Satisfy All
  92. </Files>
  93.  
  94. <Files ".ht*">
  95. Require all denied
  96. </Files>
  97.  
  98. <IfModule log_config_module>
  99. LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
  100. LogFormat "%h %l %u %t \"%r\" %>s %b" common
  101.  
  102. CustomLog "logs/access_log" common
  103.  
  104. <IfModule logio_module>
  105. LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio
  106.  
  107. </IfModule>
  108.  
  109. </IfModule>
  110.  
  111. <IfModule alias_module>
  112. ScriptAlias /cgi-bin/ "/usr/local/apache/cgi-bin/"
  113.  
  114. </IfModule>
  115.  
  116. <Directory "/usr/local/apache/cgi-bin">
  117. AllowOverride None
  118. Options All
  119. Require all granted
  120. </Directory>
  121.  
  122. <IfModule mod_log_config.c>
  123. LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
  124. LogFormat "%h %l %u %t \"%r\" %>s %b" common
  125. LogFormat "%{Referer}i -> %U" referer
  126. LogFormat "%{User-agent}i" agent
  127.  
  128. CustomLog logs/access_log common
  129.  
  130. </IfModule>
  131.  
  132. <IfModule prefork.c>
  133. Mutex default mpm-accept
  134.  
  135. </IfModule>
  136.  
  137. <IfModule worker.c>
  138. Mutex default mpm-accept
  139.  
  140. </IfModule>
  141.  
  142. <IfModule itk.c>
  143. Mutex default mpm-accept
  144.  
  145. </IfModule>
  146.  
  147. <IfModule mime_module>
  148. TypesConfig conf/mime.types
  149. AddType application/x-compress .Z
  150. AddType application/x-gzip .gz .tgz
  151.  
  152. </IfModule>
  153.  
  154. # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
  155. # Direct modifications to the Apache configuration file may be lost upon subsequent regeneration of the #
  156. # configuration file. To have modifications retained, all modifications must be checked into the #
  157. # configuration system by running: #
  158. # /usr/local/cpanel/bin/apache_conf_distiller --update #
  159. # To see if your changes will be conserved, regenerate the Apache configuration file by running: #
  160. # /usr/local/cpanel/bin/build_apache_conf #
  161. # and check the configuration file for your alterations. If your changes have been ignored, then they will #
  162. # need to be added directly to their respective template files. #
  163. # #
  164. # It is also possible to add custom directives to the various "Include" files loaded by this httpd.conf #
  165. # For detailed instructions on using Include files and the apache_conf_distiller with the new configuration #
  166. # system refer to the documentation at: http://go.cpanel.net/customdirectives #
  167. # #
  168. # This configuration file was built from the following templates: #
  169. # /var/cpanel/templates/apache2/main.default #
  170. # /var/cpanel/templates/apache2/main.local #
  171. # /var/cpanel/templates/apache2/vhost.default #
  172. # /var/cpanel/templates/apache2/vhost.local #
  173. # /var/cpanel/templates/apache2/ssl_vhost.default #
  174. # /var/cpanel/templates/apache2/ssl_vhost.local #
  175. # #
  176. # Templates with the '.local' extension will be preferred over templates with the '.default' extension. #
  177. # The only template updated by the apache_conf_distiller is main.default. #
  178. # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
  179.  
  180.  
  181. PidFile logs/httpd.pid
  182. Listen 0.0.0.0:80
  183. Listen [::]:80
  184. User nobody
  185. Group nobody
  186. ExtendedStatus On
  187. ServerAdmin noc@tier.ro
  188. ServerName energy.tier.ro
  189. LogLevel warn
  190.  
  191. # These can be set in WHM under 'Apache Global Configuration'
  192. Timeout 300
  193. TraceEnable Off
  194. ServerSignature Off
  195. ServerTokens ProductOnly
  196. FileETag None
  197. StartServers 5
  198. <IfModule prefork.c>
  199. MinSpareServers 5
  200. MaxSpareServers 10
  201. </IfModule>
  202. ServerLimit 1024
  203. MaxRequestWorkers 1024
  204. MaxConnectionsPerChild 10000
  205. KeepAlive On
  206. KeepAliveTimeout 5
  207. MaxKeepAliveRequests 100
  208.  
  209. RewriteEngine on
  210. RewriteMap LeechProtect prg:/usr/local/cpanel/bin/leechprotect
  211. Mutex file:/usr/local/apache/logs rewrite-map
  212.  
  213. # Set UserDir directory for all virtual hosts, except..
  214. UserDir public_html
  215. # when the following two modules are loaded
  216. <IfModule mod_ruid2.c>
  217. UserDir disabled
  218. </IfModule>
  219. <IfModule mpm_itk.c>
  220. UserDir disabled
  221. </IfModule>
  222.  
  223. # DirectoryIndex is set via the WHM -> Service Configuration -> Apache Setup -> DirectoryIndex Priority
  224. 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
  225.  
  226. # SSLCipherSuite can be set in WHM under 'Apache Global Configuration'
  227. SSLCipherSuite ALL:!ADH:+HIGH:+MEDIUM:-LOW:-SSLv2:-EXP
  228.  
  229. SSLPassPhraseDialog builtin
  230.  
  231. SSLUseStapling on
  232. SSLStaplingCache shmcb:/usr/local/apache/logs/stapling_cache_shmcb(256000)
  233. SSLStaplingReturnResponderErrors off
  234. SSLStaplingErrorCacheTimeout 60
  235. SSLSessionCache shmcb:/usr/local/apache/logs/ssl_gcache_data_shmcb(1024000)
  236.  
  237. SSLSessionCacheTimeout 300
  238. Mutex file:/usr/local/apache/logs ssl-cache
  239. SSLRandomSeed startup builtin
  240. SSLRandomSeed connect builtin
  241.  
  242.  
  243.  
  244. Listen 0.0.0.0:443
  245. Listen [::]:443
  246. AddType application/x-x509-ca-cert .crt
  247. AddType application/x-pkcs7-crl .crl
  248.  
  249.  
  250. AddHandler cgi-script .cgi .pl .plx .ppl .perl
  251. AddHandler server-parsed .shtml
  252. AddType text/html .shtml
  253. AddType application/x-tar .tgz
  254. AddType text/vnd.wap.wml .wml
  255. AddType image/vnd.wap.wbmp .wbmp
  256. AddType text/vnd.wap.wmlscript .wmls
  257. AddType application/vnd.wap.wmlc .wmlc
  258. AddType application/vnd.wap.wmlscriptc .wmlsc
  259.  
  260. <Location /whm-server-status>
  261. SetHandler server-status
  262. Order deny,allow
  263. Deny from all
  264.  
  265. Allow from 127.0.0.1 ::1
  266.  
  267. </Location>
  268.  
  269.  
  270.  
  271. # SUEXEC is supported
  272.  
  273. Include "/usr/local/apache/conf/includes/account_suspensions.conf"
  274. Include "/usr/local/apache/conf/includes/pre_virtualhost_global.conf"
  275. Include "/usr/local/apache/conf/includes/pre_virtualhost_2.conf"
  276.  
  277. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  278. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  279.  
  280. <VirtualHost 193.105.239.133:80>
  281. ServerName 193.105.239.133
  282. DocumentRoot /usr/local/apache/htdocs
  283. ServerAdmin noc@tier.ro
  284. <IfModule mod_suphp.c>
  285. suPHP_UserGroup nobody nobody
  286. </IfModule>
  287. </VirtualHost>
  288.  
  289.  
  290. # Default vhost for unbound IPs
  291.  
  292. <VirtualHost *>
  293. ServerName energy.tier.ro
  294. DocumentRoot /usr/local/apache/htdocs
  295. ServerAdmin noc@tier.ro
  296. <IfModule mod_suphp.c>
  297. suPHP_UserGroup nobody nobody
  298. </IfModule>
  299. </VirtualHost>
  300.  
  301. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  302.  
  303. <VirtualHost 193.105.239.102:80>
  304. ServerName primariarobanesti.com
  305. ServerAlias www.primariarobanesti.com
  306. DocumentRoot /home/prrobanesti/public_html
  307. ServerAdmin webmaster@primariarobanesti.com
  308. UseCanonicalName Off
  309. CustomLog /usr/local/apache/domlogs/primariarobanesti.com combined
  310. <IfModule log_config_module>
  311. <IfModule logio_module>
  312. CustomLog /usr/local/apache/domlogs/primariarobanesti.com-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  313. </IfModule>
  314. </IfModule>
  315. ## User prrobanesti # Needed for Cpanel::ApacheConf
  316. <IfModule userdir_module>
  317. <IfModule !mpm_itk.c>
  318. <IfModule !ruid2_module>
  319. UserDir enabled prrobanesti
  320. </IfModule>
  321. </IfModule>
  322. </IfModule>
  323.  
  324. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  325. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  326. # the user's .htaccess file. For more information, please read:
  327. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  328. <IfModule include_module>
  329. <Directory "/home/prrobanesti/public_html">
  330. SSILegacyExprParser On
  331. </Directory>
  332. </IfModule>
  333.  
  334.  
  335.  
  336. <IfModule suphp_module>
  337. suPHP_UserGroup prrobanesti prrobanesti
  338. </IfModule>
  339. <IfModule !mod_disable_suexec.c>
  340. <IfModule !mod_ruid2.c>
  341. SuexecUserGroup prrobanesti prrobanesti
  342. </IfModule>
  343. </IfModule>
  344. <IfModule ruid2_module>
  345. RMode config
  346. RUidGid prrobanesti prrobanesti
  347. </IfModule>
  348. <IfModule mpm_itk.c>
  349. # For more information on MPM ITK, please read:
  350. # http://mpm-itk.sesse.net/
  351. AssignUserID prrobanesti prrobanesti
  352. </IfModule>
  353.  
  354. <IfModule alias_module>
  355. ScriptAlias /cgi-bin/ /home/prrobanesti/public_html/cgi-bin/
  356. </IfModule>
  357.  
  358. # To customize this VirtualHost use an include file at the following location
  359. # Include "/usr/local/apache/conf/userdata/std/2_4/prrobanesti/primariarobanesti.com/*.conf"
  360. </VirtualHost>
  361.  
  362. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  363.  
  364. <VirtualHost 193.105.239.103:80>
  365. ServerName rapidasig.md
  366. ServerAlias dascoding.md www.dascoding.md www.rapidasig.md
  367. DocumentRoot /home/rapidasi/public_html
  368. ServerAdmin webmaster@rapidasig.md
  369. UseCanonicalName Off
  370. CustomLog /usr/local/apache/domlogs/rapidasig.md combined
  371. <IfModule log_config_module>
  372. <IfModule logio_module>
  373. CustomLog /usr/local/apache/domlogs/rapidasig.md-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  374. </IfModule>
  375. </IfModule>
  376. ## User rapidasi # Needed for Cpanel::ApacheConf
  377. <IfModule userdir_module>
  378. <IfModule !mpm_itk.c>
  379. <IfModule !ruid2_module>
  380. UserDir enabled rapidasi
  381. </IfModule>
  382. </IfModule>
  383. </IfModule>
  384.  
  385. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  386. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  387. # the user's .htaccess file. For more information, please read:
  388. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  389. <IfModule include_module>
  390. <Directory "/home/rapidasi/public_html">
  391. SSILegacyExprParser On
  392. </Directory>
  393. </IfModule>
  394.  
  395.  
  396.  
  397. <IfModule suphp_module>
  398. suPHP_UserGroup rapidasi rapidasi
  399. </IfModule>
  400. <IfModule !mod_disable_suexec.c>
  401. <IfModule !mod_ruid2.c>
  402. SuexecUserGroup rapidasi rapidasi
  403. </IfModule>
  404. </IfModule>
  405. <IfModule ruid2_module>
  406. RMode config
  407. RUidGid rapidasi rapidasi
  408. </IfModule>
  409. <IfModule mpm_itk.c>
  410. # For more information on MPM ITK, please read:
  411. # http://mpm-itk.sesse.net/
  412. AssignUserID rapidasi rapidasi
  413. </IfModule>
  414.  
  415. <IfModule alias_module>
  416. ScriptAlias /cgi-bin/ /home/rapidasi/public_html/cgi-bin/
  417. </IfModule>
  418.  
  419. # To customize this VirtualHost use an include file at the following location
  420. # Include "/usr/local/apache/conf/userdata/std/2_4/rapidasi/rapidasig.md/*.conf"
  421. </VirtualHost>
  422.  
  423. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  424.  
  425. <VirtualHost 193.105.239.103:80>
  426. ServerName rapidasigwp4.rapidasig.md
  427. ServerAlias www.rapidasigwp4.rapidasig.md
  428. DocumentRoot /home/rapidasi/public_html/rapidasigwp4
  429. ServerAdmin webmaster@rapidasigwp4.rapidasig.md
  430. UseCanonicalName Off
  431. CustomLog /usr/local/apache/domlogs/rapidasigwp4.rapidasig.md combined
  432. <IfModule log_config_module>
  433. <IfModule logio_module>
  434. CustomLog /usr/local/apache/domlogs/rapidasigwp4.rapidasig.md-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  435. </IfModule>
  436. </IfModule>
  437. ## User rapidasi # Needed for Cpanel::ApacheConf
  438. <IfModule userdir_module>
  439. <IfModule !mpm_itk.c>
  440. <IfModule !ruid2_module>
  441. UserDir enabled rapidasi
  442. </IfModule>
  443. </IfModule>
  444. </IfModule>
  445.  
  446. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  447. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  448. # the user's .htaccess file. For more information, please read:
  449. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  450. <IfModule include_module>
  451. <Directory "/home/rapidasi/public_html/rapidasigwp4">
  452. SSILegacyExprParser On
  453. </Directory>
  454. </IfModule>
  455.  
  456.  
  457.  
  458. <IfModule suphp_module>
  459. suPHP_UserGroup rapidasi rapidasi
  460. </IfModule>
  461. <IfModule !mod_disable_suexec.c>
  462. <IfModule !mod_ruid2.c>
  463. SuexecUserGroup rapidasi rapidasi
  464. </IfModule>
  465. </IfModule>
  466. <IfModule ruid2_module>
  467. RMode config
  468. RUidGid rapidasi rapidasi
  469. </IfModule>
  470. <IfModule mpm_itk.c>
  471. # For more information on MPM ITK, please read:
  472. # http://mpm-itk.sesse.net/
  473. AssignUserID rapidasi rapidasi
  474. </IfModule>
  475.  
  476. <IfModule alias_module>
  477. ScriptAlias /cgi-bin/ /home/rapidasi/public_html/rapidasigwp4/cgi-bin/
  478. </IfModule>
  479.  
  480. # To customize this VirtualHost use an include file at the following location
  481. # Include "/usr/local/apache/conf/userdata/std/2_4/rapidasi/rapidasigwp4.rapidasig.md/*.conf"
  482. </VirtualHost>
  483.  
  484. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  485.  
  486. <VirtualHost 193.105.239.103:80>
  487. ServerName dascoding.rapidasig.md
  488. ServerAlias dascoding.com www.dascoding.rapidasig.md www.dascoding.com
  489. DocumentRoot /home/rapidasi/public_html/dascoding.com
  490. ServerAdmin webmaster@dascoding.rapidasig.md
  491. UseCanonicalName Off
  492. CustomLog /usr/local/apache/domlogs/dascoding.rapidasig.md combined
  493. <IfModule log_config_module>
  494. <IfModule logio_module>
  495. CustomLog /usr/local/apache/domlogs/dascoding.rapidasig.md-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  496. </IfModule>
  497. </IfModule>
  498. ## User rapidasi # Needed for Cpanel::ApacheConf
  499. <IfModule userdir_module>
  500. <IfModule !mpm_itk.c>
  501. <IfModule !ruid2_module>
  502. UserDir enabled rapidasi
  503. </IfModule>
  504. </IfModule>
  505. </IfModule>
  506.  
  507. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  508. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  509. # the user's .htaccess file. For more information, please read:
  510. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  511. <IfModule include_module>
  512. <Directory "/home/rapidasi/public_html/dascoding.com">
  513. SSILegacyExprParser On
  514. </Directory>
  515. </IfModule>
  516.  
  517.  
  518.  
  519. <IfModule suphp_module>
  520. suPHP_UserGroup rapidasi rapidasi
  521. </IfModule>
  522. <IfModule !mod_disable_suexec.c>
  523. <IfModule !mod_ruid2.c>
  524. SuexecUserGroup rapidasi rapidasi
  525. </IfModule>
  526. </IfModule>
  527. <IfModule ruid2_module>
  528. RMode config
  529. RUidGid rapidasi rapidasi
  530. </IfModule>
  531. <IfModule mpm_itk.c>
  532. # For more information on MPM ITK, please read:
  533. # http://mpm-itk.sesse.net/
  534. AssignUserID rapidasi rapidasi
  535. </IfModule>
  536.  
  537. <IfModule alias_module>
  538. ScriptAlias /cgi-bin/ /home/rapidasi/public_html/dascoding.com/cgi-bin/
  539. </IfModule>
  540.  
  541. # To customize this VirtualHost use an include file at the following location
  542. # Include "/usr/local/apache/conf/userdata/std/2_4/rapidasi/dascoding.rapidasig.md/*.conf"
  543. </VirtualHost>
  544.  
  545. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  546.  
  547. <VirtualHost 193.105.239.103:80>
  548. ServerName actuar.rapidasig.md
  549. ServerAlias www.actuar.rapidasig.md www.actuar.md actuar.md
  550. DocumentRoot /home/rapidasi/public_html/actuar.md
  551. ServerAdmin webmaster@actuar.rapidasig.md
  552. UseCanonicalName Off
  553. # Redirect permanent https://actuar.md http://www.actuar.md
  554. CustomLog /usr/local/apache/domlogs/actuar.rapidasig.md combined
  555. <IfModule log_config_module>
  556. <IfModule logio_module>
  557. CustomLog /usr/local/apache/domlogs/actuar.rapidasig.md-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  558. </IfModule>
  559. </IfModule>
  560. ## User rapidasi # Needed for Cpanel::ApacheConf
  561. <IfModule userdir_module>
  562. <IfModule !mpm_itk.c>
  563. <IfModule !ruid2_module>
  564. UserDir enabled rapidasi
  565. </IfModule>
  566. </IfModule>
  567. </IfModule>
  568.  
  569. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  570. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  571. # the user's .htaccess file. For more information, please read:
  572. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  573. <IfModule include_module>
  574. <Directory "/home/rapidasi/public_html/actuar.md">
  575. SSILegacyExprParser On
  576. </Directory>
  577. </IfModule>
  578.  
  579.  
  580.  
  581. <IfModule suphp_module>
  582. suPHP_UserGroup rapidasi rapidasi
  583. </IfModule>
  584. <IfModule !mod_disable_suexec.c>
  585. <IfModule !mod_ruid2.c>
  586. SuexecUserGroup rapidasi rapidasi
  587. </IfModule>
  588. </IfModule>
  589. <IfModule ruid2_module>
  590. RMode config
  591. RUidGid rapidasi rapidasi
  592. </IfModule>
  593. <IfModule mpm_itk.c>
  594. # For more information on MPM ITK, please read:
  595. # http://mpm-itk.sesse.net/
  596. AssignUserID rapidasi rapidasi
  597. </IfModule>
  598.  
  599. <IfModule alias_module>
  600. ScriptAlias /cgi-bin/ /home/rapidasi/public_html/actuar.md/cgi-bin/
  601. </IfModule>
  602.  
  603. # To customize this VirtualHost use an include file at the following location
  604. # Include "/usr/local/apache/conf/userdata/std/2_4/rapidasi/actuar.rapidasig.md/*.conf"
  605. </VirtualHost>
  606.  
  607. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  608.  
  609. <VirtualHost 193.105.239.103:80>
  610. ServerName uniteh.rapidasig.md
  611. ServerAlias www.uniteh.md www.uniteh.rapidasig.md uniteh.md
  612. DocumentRoot /home/rapidasi/public_html/uniteh.md
  613. ServerAdmin webmaster@uniteh.rapidasig.md
  614. UseCanonicalName Off
  615. CustomLog /usr/local/apache/domlogs/uniteh.rapidasig.md combined
  616. <IfModule log_config_module>
  617. <IfModule logio_module>
  618. CustomLog /usr/local/apache/domlogs/uniteh.rapidasig.md-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  619. </IfModule>
  620. </IfModule>
  621. ## User rapidasi # Needed for Cpanel::ApacheConf
  622. <IfModule userdir_module>
  623. <IfModule !mpm_itk.c>
  624. <IfModule !ruid2_module>
  625. UserDir enabled rapidasi
  626. </IfModule>
  627. </IfModule>
  628. </IfModule>
  629.  
  630. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  631. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  632. # the user's .htaccess file. For more information, please read:
  633. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  634. <IfModule include_module>
  635. <Directory "/home/rapidasi/public_html/uniteh.md">
  636. SSILegacyExprParser On
  637. </Directory>
  638. </IfModule>
  639.  
  640.  
  641.  
  642. <IfModule suphp_module>
  643. suPHP_UserGroup rapidasi rapidasi
  644. </IfModule>
  645. <IfModule !mod_disable_suexec.c>
  646. <IfModule !mod_ruid2.c>
  647. SuexecUserGroup rapidasi rapidasi
  648. </IfModule>
  649. </IfModule>
  650. <IfModule ruid2_module>
  651. RMode config
  652. RUidGid rapidasi rapidasi
  653. </IfModule>
  654. <IfModule mpm_itk.c>
  655. # For more information on MPM ITK, please read:
  656. # http://mpm-itk.sesse.net/
  657. AssignUserID rapidasi rapidasi
  658. </IfModule>
  659.  
  660. <IfModule alias_module>
  661. ScriptAlias /cgi-bin/ /home/rapidasi/public_html/uniteh.md/cgi-bin/
  662. </IfModule>
  663.  
  664. # To customize this VirtualHost use an include file at the following location
  665. # Include "/usr/local/apache/conf/userdata/std/2_4/rapidasi/uniteh.rapidasig.md/*.conf"
  666. </VirtualHost>
  667.  
  668. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  669.  
  670. <VirtualHost 193.105.239.103:80>
  671. ServerName econt.rapidasig.md
  672. ServerAlias www.econt.rapidasig.md econt.md www.econt.md
  673. DocumentRoot /home/rapidasi/public_html/econt.md
  674. ServerAdmin webmaster@econt.rapidasig.md
  675. UseCanonicalName Off
  676. #Redirect permanent https://www.econt.md/ http://www.econt.md/
  677. CustomLog /usr/local/apache/domlogs/econt.rapidasig.md combined
  678. <IfModule log_config_module>
  679. <IfModule logio_module>
  680. CustomLog /usr/local/apache/domlogs/econt.rapidasig.md-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  681. </IfModule>
  682. </IfModule>
  683. ## User rapidasi # Needed for Cpanel::ApacheConf
  684. <IfModule userdir_module>
  685. <IfModule !mpm_itk.c>
  686. <IfModule !ruid2_module>
  687. UserDir enabled rapidasi
  688. </IfModule>
  689. </IfModule>
  690. </IfModule>
  691.  
  692. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  693. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  694. # the user's .htaccess file. For more information, please read:
  695. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  696. <IfModule include_module>
  697. <Directory "/home/rapidasi/public_html/econt.md">
  698. SSILegacyExprParser On
  699. </Directory>
  700. </IfModule>
  701.  
  702.  
  703.  
  704. <IfModule suphp_module>
  705. suPHP_UserGroup rapidasi rapidasi
  706. </IfModule>
  707. <IfModule !mod_disable_suexec.c>
  708. <IfModule !mod_ruid2.c>
  709. SuexecUserGroup rapidasi rapidasi
  710. </IfModule>
  711. </IfModule>
  712. <IfModule ruid2_module>
  713. RMode config
  714. RUidGid rapidasi rapidasi
  715. </IfModule>
  716. <IfModule mpm_itk.c>
  717. # For more information on MPM ITK, please read:
  718. # http://mpm-itk.sesse.net/
  719. AssignUserID rapidasi rapidasi
  720. </IfModule>
  721.  
  722. <IfModule alias_module>
  723. ScriptAlias /cgi-bin/ /home/rapidasi/public_html/econt.md/cgi-bin/
  724. </IfModule>
  725.  
  726. # To customize this VirtualHost use an include file at the following location
  727. # Include "/usr/local/apache/conf/userdata/std/2_4/rapidasi/econt.rapidasig.md/*.conf"
  728. </VirtualHost>
  729.  
  730. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  731.  
  732. <VirtualHost 193.105.239.105:80>
  733. ServerName cs-services.org
  734. ServerAlias www.cs-services.org
  735. DocumentRoot /home/csservic/public_html
  736. ServerAdmin webmaster@cs-services.org
  737. UseCanonicalName Off
  738. CustomLog /usr/local/apache/domlogs/cs-services.org combined
  739. <IfModule log_config_module>
  740. <IfModule logio_module>
  741. CustomLog /usr/local/apache/domlogs/cs-services.org-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  742. </IfModule>
  743. </IfModule>
  744. ## User csservic # Needed for Cpanel::ApacheConf
  745. <IfModule userdir_module>
  746. <IfModule !mpm_itk.c>
  747. <IfModule !ruid2_module>
  748. UserDir enabled csservic
  749. </IfModule>
  750. </IfModule>
  751. </IfModule>
  752.  
  753. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  754. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  755. # the user's .htaccess file. For more information, please read:
  756. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  757. <IfModule include_module>
  758. <Directory "/home/csservic/public_html">
  759. SSILegacyExprParser On
  760. </Directory>
  761. </IfModule>
  762.  
  763.  
  764.  
  765. <IfModule suphp_module>
  766. suPHP_UserGroup csservic csservic
  767. </IfModule>
  768. <IfModule !mod_disable_suexec.c>
  769. <IfModule !mod_ruid2.c>
  770. SuexecUserGroup csservic csservic
  771. </IfModule>
  772. </IfModule>
  773. <IfModule ruid2_module>
  774. RMode config
  775. RUidGid csservic csservic
  776. </IfModule>
  777. <IfModule mpm_itk.c>
  778. # For more information on MPM ITK, please read:
  779. # http://mpm-itk.sesse.net/
  780. AssignUserID csservic csservic
  781. </IfModule>
  782.  
  783. <IfModule alias_module>
  784. ScriptAlias /cgi-bin/ /home/csservic/public_html/cgi-bin/
  785. </IfModule>
  786.  
  787. # To customize this VirtualHost use an include file at the following location
  788. # Include "/usr/local/apache/conf/userdata/std/2_4/csservic/cs-services.org/*.conf"
  789. </VirtualHost>
  790.  
  791. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  792.  
  793. <VirtualHost 193.105.239.106:80>
  794. ServerName granitpitesti.ro
  795. ServerAlias www.granitpitesti.ro
  796. DocumentRoot /home/granitpi/public_html
  797. ServerAdmin webmaster@granitpitesti.ro
  798. UseCanonicalName Off
  799. CustomLog /usr/local/apache/domlogs/granitpitesti.ro combined
  800. <IfModule log_config_module>
  801. <IfModule logio_module>
  802. CustomLog /usr/local/apache/domlogs/granitpitesti.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  803. </IfModule>
  804. </IfModule>
  805. ## User granitpi # Needed for Cpanel::ApacheConf
  806. <IfModule userdir_module>
  807. <IfModule !mpm_itk.c>
  808. <IfModule !ruid2_module>
  809. UserDir enabled granitpi
  810. </IfModule>
  811. </IfModule>
  812. </IfModule>
  813.  
  814. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  815. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  816. # the user's .htaccess file. For more information, please read:
  817. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  818. <IfModule include_module>
  819. <Directory "/home/granitpi/public_html">
  820. SSILegacyExprParser On
  821. </Directory>
  822. </IfModule>
  823.  
  824.  
  825.  
  826. <IfModule suphp_module>
  827. suPHP_UserGroup granitpi granitpi
  828. </IfModule>
  829. <IfModule !mod_disable_suexec.c>
  830. <IfModule !mod_ruid2.c>
  831. SuexecUserGroup granitpi granitpi
  832. </IfModule>
  833. </IfModule>
  834. <IfModule ruid2_module>
  835. RMode config
  836. RUidGid granitpi granitpi
  837. </IfModule>
  838. <IfModule mpm_itk.c>
  839. # For more information on MPM ITK, please read:
  840. # http://mpm-itk.sesse.net/
  841. AssignUserID granitpi granitpi
  842. </IfModule>
  843.  
  844. <IfModule alias_module>
  845. ScriptAlias /cgi-bin/ /home/granitpi/public_html/cgi-bin/
  846. </IfModule>
  847.  
  848. # To customize this VirtualHost use an include file at the following location
  849. # Include "/usr/local/apache/conf/userdata/std/2_4/granitpi/granitpitesti.ro/*.conf"
  850. </VirtualHost>
  851.  
  852. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  853.  
  854. <VirtualHost 193.105.239.106:80>
  855. ServerName piatranaturalapitesti.granitpitesti.ro
  856. ServerAlias www.piatranaturalapitesti.ro piatranaturalapitesti.ro www.piatranaturalapitesti.granitpitesti.ro
  857. DocumentRoot /home/granitpi/public_html/piatranaturalapitesti.ro
  858. ServerAdmin webmaster@piatranaturalapitesti.granitpitesti.ro
  859. UseCanonicalName Off
  860. CustomLog /usr/local/apache/domlogs/piatranaturalapitesti.granitpitesti.ro combined
  861. <IfModule log_config_module>
  862. <IfModule logio_module>
  863. CustomLog /usr/local/apache/domlogs/piatranaturalapitesti.granitpitesti.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  864. </IfModule>
  865. </IfModule>
  866. ## User granitpi # Needed for Cpanel::ApacheConf
  867. <IfModule userdir_module>
  868. <IfModule !mpm_itk.c>
  869. <IfModule !ruid2_module>
  870. UserDir enabled granitpi
  871. </IfModule>
  872. </IfModule>
  873. </IfModule>
  874.  
  875. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  876. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  877. # the user's .htaccess file. For more information, please read:
  878. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  879. <IfModule include_module>
  880. <Directory "/home/granitpi/public_html/piatranaturalapitesti.ro">
  881. SSILegacyExprParser On
  882. </Directory>
  883. </IfModule>
  884.  
  885.  
  886.  
  887. <IfModule suphp_module>
  888. suPHP_UserGroup granitpi granitpi
  889. </IfModule>
  890. <IfModule !mod_disable_suexec.c>
  891. <IfModule !mod_ruid2.c>
  892. SuexecUserGroup granitpi granitpi
  893. </IfModule>
  894. </IfModule>
  895. <IfModule ruid2_module>
  896. RMode config
  897. RUidGid granitpi granitpi
  898. </IfModule>
  899. <IfModule mpm_itk.c>
  900. # For more information on MPM ITK, please read:
  901. # http://mpm-itk.sesse.net/
  902. AssignUserID granitpi granitpi
  903. </IfModule>
  904.  
  905. <IfModule alias_module>
  906. ScriptAlias /cgi-bin/ /home/granitpi/public_html/piatranaturalapitesti.ro/cgi-bin/
  907. </IfModule>
  908.  
  909. # To customize this VirtualHost use an include file at the following location
  910. # Include "/usr/local/apache/conf/userdata/std/2_4/granitpi/piatranaturalapitesti.granitpitesti.ro/*.conf"
  911. </VirtualHost>
  912.  
  913. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  914.  
  915. <VirtualHost 193.105.239.106:80>
  916. ServerName cameresupraveghere.naturalstone.ro
  917. ServerAlias www.cameresupraveghere.naturalstone.ro
  918. DocumentRoot /home/granitpi/public_html/cameresupraveghere
  919. ServerAdmin webmaster@cameresupraveghere.naturalstone.ro
  920. UseCanonicalName Off
  921. CustomLog /usr/local/apache/domlogs/cameresupraveghere.naturalstone.ro combined
  922. <IfModule log_config_module>
  923. <IfModule logio_module>
  924. CustomLog /usr/local/apache/domlogs/cameresupraveghere.naturalstone.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  925. </IfModule>
  926. </IfModule>
  927. ## User granitpi # Needed for Cpanel::ApacheConf
  928. <IfModule userdir_module>
  929. <IfModule !mpm_itk.c>
  930. <IfModule !ruid2_module>
  931. UserDir enabled granitpi
  932. </IfModule>
  933. </IfModule>
  934. </IfModule>
  935.  
  936. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  937. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  938. # the user's .htaccess file. For more information, please read:
  939. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  940. <IfModule include_module>
  941. <Directory "/home/granitpi/public_html/cameresupraveghere">
  942. SSILegacyExprParser On
  943. </Directory>
  944. </IfModule>
  945.  
  946.  
  947.  
  948. <IfModule suphp_module>
  949. suPHP_UserGroup granitpi granitpi
  950. </IfModule>
  951. <IfModule !mod_disable_suexec.c>
  952. <IfModule !mod_ruid2.c>
  953. SuexecUserGroup granitpi granitpi
  954. </IfModule>
  955. </IfModule>
  956. <IfModule ruid2_module>
  957. RMode config
  958. RUidGid granitpi granitpi
  959. </IfModule>
  960. <IfModule mpm_itk.c>
  961. # For more information on MPM ITK, please read:
  962. # http://mpm-itk.sesse.net/
  963. AssignUserID granitpi granitpi
  964. </IfModule>
  965.  
  966. <IfModule alias_module>
  967. ScriptAlias /cgi-bin/ /home/granitpi/public_html/cameresupraveghere/cgi-bin/
  968. </IfModule>
  969.  
  970. # To customize this VirtualHost use an include file at the following location
  971. # Include "/usr/local/apache/conf/userdata/std/2_4/granitpi/cameresupraveghere.naturalstone.ro/*.conf"
  972. </VirtualHost>
  973.  
  974. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  975.  
  976. <VirtualHost 193.105.239.106:80>
  977. ServerName marmurapitesti.granitpitesti.ro
  978. ServerAlias marmurapitesti.ro www.marmurapitesti.ro www.marmurapitesti.granitpitesti.ro
  979. DocumentRoot /home/granitpi/public_html/marmurapitesti.ro
  980. ServerAdmin webmaster@marmurapitesti.granitpitesti.ro
  981. UseCanonicalName Off
  982. CustomLog /usr/local/apache/domlogs/marmurapitesti.granitpitesti.ro combined
  983. <IfModule log_config_module>
  984. <IfModule logio_module>
  985. CustomLog /usr/local/apache/domlogs/marmurapitesti.granitpitesti.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  986. </IfModule>
  987. </IfModule>
  988. ## User granitpi # Needed for Cpanel::ApacheConf
  989. <IfModule userdir_module>
  990. <IfModule !mpm_itk.c>
  991. <IfModule !ruid2_module>
  992. UserDir enabled granitpi
  993. </IfModule>
  994. </IfModule>
  995. </IfModule>
  996.  
  997. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  998. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  999. # the user's .htaccess file. For more information, please read:
  1000. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  1001. <IfModule include_module>
  1002. <Directory "/home/granitpi/public_html/marmurapitesti.ro">
  1003. SSILegacyExprParser On
  1004. </Directory>
  1005. </IfModule>
  1006.  
  1007.  
  1008.  
  1009. <IfModule suphp_module>
  1010. suPHP_UserGroup granitpi granitpi
  1011. </IfModule>
  1012. <IfModule !mod_disable_suexec.c>
  1013. <IfModule !mod_ruid2.c>
  1014. SuexecUserGroup granitpi granitpi
  1015. </IfModule>
  1016. </IfModule>
  1017. <IfModule ruid2_module>
  1018. RMode config
  1019. RUidGid granitpi granitpi
  1020. </IfModule>
  1021. <IfModule mpm_itk.c>
  1022. # For more information on MPM ITK, please read:
  1023. # http://mpm-itk.sesse.net/
  1024. AssignUserID granitpi granitpi
  1025. </IfModule>
  1026.  
  1027. <IfModule alias_module>
  1028. ScriptAlias /cgi-bin/ /home/granitpi/public_html/marmurapitesti.ro/cgi-bin/
  1029. </IfModule>
  1030.  
  1031. # To customize this VirtualHost use an include file at the following location
  1032. # Include "/usr/local/apache/conf/userdata/std/2_4/granitpi/marmurapitesti.granitpitesti.ro/*.conf"
  1033. </VirtualHost>
  1034.  
  1035. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  1036.  
  1037. <VirtualHost 193.105.239.106:80>
  1038. ServerName marmuragranit.granitpitesti.ro
  1039. ServerAlias www.marmuragranit.granitpitesti.ro marmuragranit.ro www.marmuragranit.ro
  1040. DocumentRoot /home/granitpi/public_html/marmuragranit.ro
  1041. ServerAdmin webmaster@marmuragranit.granitpitesti.ro
  1042. UseCanonicalName Off
  1043. CustomLog /usr/local/apache/domlogs/marmuragranit.granitpitesti.ro combined
  1044. <IfModule log_config_module>
  1045. <IfModule logio_module>
  1046. CustomLog /usr/local/apache/domlogs/marmuragranit.granitpitesti.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  1047. </IfModule>
  1048. </IfModule>
  1049. ## User granitpi # Needed for Cpanel::ApacheConf
  1050. <IfModule userdir_module>
  1051. <IfModule !mpm_itk.c>
  1052. <IfModule !ruid2_module>
  1053. UserDir enabled granitpi
  1054. </IfModule>
  1055. </IfModule>
  1056. </IfModule>
  1057.  
  1058. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  1059. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  1060. # the user's .htaccess file. For more information, please read:
  1061. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  1062. <IfModule include_module>
  1063. <Directory "/home/granitpi/public_html/marmuragranit.ro">
  1064. SSILegacyExprParser On
  1065. </Directory>
  1066. </IfModule>
  1067.  
  1068.  
  1069.  
  1070. <IfModule suphp_module>
  1071. suPHP_UserGroup granitpi granitpi
  1072. </IfModule>
  1073. <IfModule !mod_disable_suexec.c>
  1074. <IfModule !mod_ruid2.c>
  1075. SuexecUserGroup granitpi granitpi
  1076. </IfModule>
  1077. </IfModule>
  1078. <IfModule ruid2_module>
  1079. RMode config
  1080. RUidGid granitpi granitpi
  1081. </IfModule>
  1082. <IfModule mpm_itk.c>
  1083. # For more information on MPM ITK, please read:
  1084. # http://mpm-itk.sesse.net/
  1085. AssignUserID granitpi granitpi
  1086. </IfModule>
  1087.  
  1088. <IfModule alias_module>
  1089. ScriptAlias /cgi-bin/ /home/granitpi/public_html/marmuragranit.ro/cgi-bin/
  1090. </IfModule>
  1091.  
  1092. # To customize this VirtualHost use an include file at the following location
  1093. # Include "/usr/local/apache/conf/userdata/std/2_4/granitpi/marmuragranit.granitpitesti.ro/*.conf"
  1094. </VirtualHost>
  1095.  
  1096. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  1097.  
  1098. <VirtualHost 193.105.239.106:80>
  1099. ServerName granitroim.granitpitesti.ro
  1100. ServerAlias www.granit.ro.im www.granitroim.granitpitesti.ro granit.ro.im
  1101. DocumentRoot /home/granitpi/public_html/granit.ro.im
  1102. ServerAdmin webmaster@granitroim.granitpitesti.ro
  1103. UseCanonicalName Off
  1104. CustomLog /usr/local/apache/domlogs/granitroim.granitpitesti.ro combined
  1105. <IfModule log_config_module>
  1106. <IfModule logio_module>
  1107. CustomLog /usr/local/apache/domlogs/granitroim.granitpitesti.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  1108. </IfModule>
  1109. </IfModule>
  1110. ## User granitpi # Needed for Cpanel::ApacheConf
  1111. <IfModule userdir_module>
  1112. <IfModule !mpm_itk.c>
  1113. <IfModule !ruid2_module>
  1114. UserDir enabled granitpi
  1115. </IfModule>
  1116. </IfModule>
  1117. </IfModule>
  1118.  
  1119. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  1120. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  1121. # the user's .htaccess file. For more information, please read:
  1122. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  1123. <IfModule include_module>
  1124. <Directory "/home/granitpi/public_html/granit.ro.im">
  1125. SSILegacyExprParser On
  1126. </Directory>
  1127. </IfModule>
  1128.  
  1129.  
  1130.  
  1131. <IfModule suphp_module>
  1132. suPHP_UserGroup granitpi granitpi
  1133. </IfModule>
  1134. <IfModule !mod_disable_suexec.c>
  1135. <IfModule !mod_ruid2.c>
  1136. SuexecUserGroup granitpi granitpi
  1137. </IfModule>
  1138. </IfModule>
  1139. <IfModule ruid2_module>
  1140. RMode config
  1141. RUidGid granitpi granitpi
  1142. </IfModule>
  1143. <IfModule mpm_itk.c>
  1144. # For more information on MPM ITK, please read:
  1145. # http://mpm-itk.sesse.net/
  1146. AssignUserID granitpi granitpi
  1147. </IfModule>
  1148.  
  1149. <IfModule alias_module>
  1150. ScriptAlias /cgi-bin/ /home/granitpi/public_html/granit.ro.im/cgi-bin/
  1151. </IfModule>
  1152.  
  1153. # To customize this VirtualHost use an include file at the following location
  1154. # Include "/usr/local/apache/conf/userdata/std/2_4/granitpi/granitroim.granitpitesti.ro/*.conf"
  1155. </VirtualHost>
  1156.  
  1157. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  1158.  
  1159. <VirtualHost 193.105.239.106:80>
  1160. ServerName piatrainfo.granitpitesti.ro
  1161. ServerAlias piatranaturala.info www.piatrainfo.granitpitesti.ro www.piatranaturala.info
  1162. DocumentRoot /home/granitpi/public_html/piatranaturala.info
  1163. ServerAdmin webmaster@piatrainfo.granitpitesti.ro
  1164. UseCanonicalName Off
  1165. CustomLog /usr/local/apache/domlogs/piatrainfo.granitpitesti.ro combined
  1166. <IfModule log_config_module>
  1167. <IfModule logio_module>
  1168. CustomLog /usr/local/apache/domlogs/piatrainfo.granitpitesti.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  1169. </IfModule>
  1170. </IfModule>
  1171. ## User granitpi # Needed for Cpanel::ApacheConf
  1172. <IfModule userdir_module>
  1173. <IfModule !mpm_itk.c>
  1174. <IfModule !ruid2_module>
  1175. UserDir enabled granitpi
  1176. </IfModule>
  1177. </IfModule>
  1178. </IfModule>
  1179.  
  1180. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  1181. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  1182. # the user's .htaccess file. For more information, please read:
  1183. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  1184. <IfModule include_module>
  1185. <Directory "/home/granitpi/public_html/piatranaturala.info">
  1186. SSILegacyExprParser On
  1187. </Directory>
  1188. </IfModule>
  1189.  
  1190.  
  1191.  
  1192. <IfModule suphp_module>
  1193. suPHP_UserGroup granitpi granitpi
  1194. </IfModule>
  1195. <IfModule !mod_disable_suexec.c>
  1196. <IfModule !mod_ruid2.c>
  1197. SuexecUserGroup granitpi granitpi
  1198. </IfModule>
  1199. </IfModule>
  1200. <IfModule ruid2_module>
  1201. RMode config
  1202. RUidGid granitpi granitpi
  1203. </IfModule>
  1204. <IfModule mpm_itk.c>
  1205. # For more information on MPM ITK, please read:
  1206. # http://mpm-itk.sesse.net/
  1207. AssignUserID granitpi granitpi
  1208. </IfModule>
  1209.  
  1210. <IfModule alias_module>
  1211. ScriptAlias /cgi-bin/ /home/granitpi/public_html/piatranaturala.info/cgi-bin/
  1212. </IfModule>
  1213.  
  1214. # To customize this VirtualHost use an include file at the following location
  1215. # Include "/usr/local/apache/conf/userdata/std/2_4/granitpi/piatrainfo.granitpitesti.ro/*.conf"
  1216. </VirtualHost>
  1217.  
  1218. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  1219.  
  1220. <VirtualHost 193.105.239.106:80>
  1221. ServerName piatraroim.granitpitesti.ro
  1222. ServerAlias www.piatranaturala.ro.im piatranaturala.ro.im www.piatraroim.granitpitesti.ro
  1223. DocumentRoot /home/granitpi/public_html/www.piatranaturala.ro.im
  1224. ServerAdmin webmaster@piatraroim.granitpitesti.ro
  1225. UseCanonicalName Off
  1226. CustomLog /usr/local/apache/domlogs/piatraroim.granitpitesti.ro combined
  1227. <IfModule log_config_module>
  1228. <IfModule logio_module>
  1229. CustomLog /usr/local/apache/domlogs/piatraroim.granitpitesti.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  1230. </IfModule>
  1231. </IfModule>
  1232. ## User granitpi # Needed for Cpanel::ApacheConf
  1233. <IfModule userdir_module>
  1234. <IfModule !mpm_itk.c>
  1235. <IfModule !ruid2_module>
  1236. UserDir enabled granitpi
  1237. </IfModule>
  1238. </IfModule>
  1239. </IfModule>
  1240.  
  1241. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  1242. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  1243. # the user's .htaccess file. For more information, please read:
  1244. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  1245. <IfModule include_module>
  1246. <Directory "/home/granitpi/public_html/www.piatranaturala.ro.im">
  1247. SSILegacyExprParser On
  1248. </Directory>
  1249. </IfModule>
  1250.  
  1251.  
  1252.  
  1253. <IfModule suphp_module>
  1254. suPHP_UserGroup granitpi granitpi
  1255. </IfModule>
  1256. <IfModule !mod_disable_suexec.c>
  1257. <IfModule !mod_ruid2.c>
  1258. SuexecUserGroup granitpi granitpi
  1259. </IfModule>
  1260. </IfModule>
  1261. <IfModule ruid2_module>
  1262. RMode config
  1263. RUidGid granitpi granitpi
  1264. </IfModule>
  1265. <IfModule mpm_itk.c>
  1266. # For more information on MPM ITK, please read:
  1267. # http://mpm-itk.sesse.net/
  1268. AssignUserID granitpi granitpi
  1269. </IfModule>
  1270.  
  1271. <IfModule alias_module>
  1272. ScriptAlias /cgi-bin/ /home/granitpi/public_html/www.piatranaturala.ro.im/cgi-bin/
  1273. </IfModule>
  1274.  
  1275. # To customize this VirtualHost use an include file at the following location
  1276. # Include "/usr/local/apache/conf/userdata/std/2_4/granitpi/piatraroim.granitpitesti.ro/*.conf"
  1277. </VirtualHost>
  1278.  
  1279. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  1280.  
  1281. <VirtualHost 193.105.239.106:80>
  1282. ServerName sandstone.granitpitesti.ro
  1283. ServerAlias www.sandstone.ro sandstone.ro www.sandstone.granitpitesti.ro
  1284. DocumentRoot /home/granitpi/public_html/sandstone.ro
  1285. ServerAdmin webmaster@sandstone.granitpitesti.ro
  1286. UseCanonicalName Off
  1287. CustomLog /usr/local/apache/domlogs/sandstone.granitpitesti.ro combined
  1288. <IfModule log_config_module>
  1289. <IfModule logio_module>
  1290. CustomLog /usr/local/apache/domlogs/sandstone.granitpitesti.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  1291. </IfModule>
  1292. </IfModule>
  1293. ## User granitpi # Needed for Cpanel::ApacheConf
  1294. <IfModule userdir_module>
  1295. <IfModule !mpm_itk.c>
  1296. <IfModule !ruid2_module>
  1297. UserDir enabled granitpi
  1298. </IfModule>
  1299. </IfModule>
  1300. </IfModule>
  1301.  
  1302. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  1303. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  1304. # the user's .htaccess file. For more information, please read:
  1305. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  1306. <IfModule include_module>
  1307. <Directory "/home/granitpi/public_html/sandstone.ro">
  1308. SSILegacyExprParser On
  1309. </Directory>
  1310. </IfModule>
  1311.  
  1312.  
  1313.  
  1314. <IfModule suphp_module>
  1315. suPHP_UserGroup granitpi granitpi
  1316. </IfModule>
  1317. <IfModule !mod_disable_suexec.c>
  1318. <IfModule !mod_ruid2.c>
  1319. SuexecUserGroup granitpi granitpi
  1320. </IfModule>
  1321. </IfModule>
  1322. <IfModule ruid2_module>
  1323. RMode config
  1324. RUidGid granitpi granitpi
  1325. </IfModule>
  1326. <IfModule mpm_itk.c>
  1327. # For more information on MPM ITK, please read:
  1328. # http://mpm-itk.sesse.net/
  1329. AssignUserID granitpi granitpi
  1330. </IfModule>
  1331.  
  1332. <IfModule alias_module>
  1333. ScriptAlias /cgi-bin/ /home/granitpi/public_html/sandstone.ro/cgi-bin/
  1334. </IfModule>
  1335.  
  1336. # To customize this VirtualHost use an include file at the following location
  1337. # Include "/usr/local/apache/conf/userdata/std/2_4/granitpi/sandstone.granitpitesti.ro/*.conf"
  1338. </VirtualHost>
  1339.  
  1340. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  1341.  
  1342. <VirtualHost 193.105.239.106:80>
  1343. ServerName naturals.granitpitesti.ro
  1344. ServerAlias naturalstone.ro www.naturals.granitpitesti.ro www.naturalstone.ro
  1345. DocumentRoot /home/granitpi/public_html/www.naturalstone.ro
  1346. ServerAdmin webmaster@naturals.granitpitesti.ro
  1347. UseCanonicalName Off
  1348. CustomLog /usr/local/apache/domlogs/naturals.granitpitesti.ro combined
  1349. <IfModule log_config_module>
  1350. <IfModule logio_module>
  1351. CustomLog /usr/local/apache/domlogs/naturals.granitpitesti.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  1352. </IfModule>
  1353. </IfModule>
  1354. ## User granitpi # Needed for Cpanel::ApacheConf
  1355. <IfModule userdir_module>
  1356. <IfModule !mpm_itk.c>
  1357. <IfModule !ruid2_module>
  1358. UserDir enabled granitpi
  1359. </IfModule>
  1360. </IfModule>
  1361. </IfModule>
  1362.  
  1363. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  1364. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  1365. # the user's .htaccess file. For more information, please read:
  1366. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  1367. <IfModule include_module>
  1368. <Directory "/home/granitpi/public_html/www.naturalstone.ro">
  1369. SSILegacyExprParser On
  1370. </Directory>
  1371. </IfModule>
  1372.  
  1373.  
  1374.  
  1375. <IfModule suphp_module>
  1376. suPHP_UserGroup granitpi granitpi
  1377. </IfModule>
  1378. <IfModule !mod_disable_suexec.c>
  1379. <IfModule !mod_ruid2.c>
  1380. SuexecUserGroup granitpi granitpi
  1381. </IfModule>
  1382. </IfModule>
  1383. <IfModule ruid2_module>
  1384. RMode config
  1385. RUidGid granitpi granitpi
  1386. </IfModule>
  1387. <IfModule mpm_itk.c>
  1388. # For more information on MPM ITK, please read:
  1389. # http://mpm-itk.sesse.net/
  1390. AssignUserID granitpi granitpi
  1391. </IfModule>
  1392.  
  1393. <IfModule alias_module>
  1394. ScriptAlias /cgi-bin/ /home/granitpi/public_html/www.naturalstone.ro/cgi-bin/
  1395. </IfModule>
  1396.  
  1397. # To customize this VirtualHost use an include file at the following location
  1398. # Include "/usr/local/apache/conf/userdata/std/2_4/granitpi/naturals.granitpitesti.ro/*.conf"
  1399. </VirtualHost>
  1400.  
  1401. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  1402.  
  1403. <VirtualHost 193.105.239.106:80>
  1404. ServerName marroim.granitpitesti.ro
  1405. ServerAlias www.marmura.ro.im www.marroim.granitpitesti.ro marmura.ro.im
  1406. DocumentRoot /home/granitpi/public_html/www.marmura.ro.im
  1407. ServerAdmin webmaster@marroim.granitpitesti.ro
  1408. UseCanonicalName Off
  1409. CustomLog /usr/local/apache/domlogs/marroim.granitpitesti.ro combined
  1410. <IfModule log_config_module>
  1411. <IfModule logio_module>
  1412. CustomLog /usr/local/apache/domlogs/marroim.granitpitesti.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  1413. </IfModule>
  1414. </IfModule>
  1415. ## User granitpi # Needed for Cpanel::ApacheConf
  1416. <IfModule userdir_module>
  1417. <IfModule !mpm_itk.c>
  1418. <IfModule !ruid2_module>
  1419. UserDir enabled granitpi
  1420. </IfModule>
  1421. </IfModule>
  1422. </IfModule>
  1423.  
  1424. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  1425. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  1426. # the user's .htaccess file. For more information, please read:
  1427. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  1428. <IfModule include_module>
  1429. <Directory "/home/granitpi/public_html/www.marmura.ro.im">
  1430. SSILegacyExprParser On
  1431. </Directory>
  1432. </IfModule>
  1433.  
  1434.  
  1435.  
  1436. <IfModule suphp_module>
  1437. suPHP_UserGroup granitpi granitpi
  1438. </IfModule>
  1439. <IfModule !mod_disable_suexec.c>
  1440. <IfModule !mod_ruid2.c>
  1441. SuexecUserGroup granitpi granitpi
  1442. </IfModule>
  1443. </IfModule>
  1444. <IfModule ruid2_module>
  1445. RMode config
  1446. RUidGid granitpi granitpi
  1447. </IfModule>
  1448. <IfModule mpm_itk.c>
  1449. # For more information on MPM ITK, please read:
  1450. # http://mpm-itk.sesse.net/
  1451. AssignUserID granitpi granitpi
  1452. </IfModule>
  1453.  
  1454. <IfModule alias_module>
  1455. ScriptAlias /cgi-bin/ /home/granitpi/public_html/www.marmura.ro.im/cgi-bin/
  1456. </IfModule>
  1457.  
  1458. # To customize this VirtualHost use an include file at the following location
  1459. # Include "/usr/local/apache/conf/userdata/std/2_4/granitpi/marroim.granitpitesti.ro/*.conf"
  1460. </VirtualHost>
  1461.  
  1462. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  1463.  
  1464. <VirtualHost 193.105.239.106:80>
  1465. ServerName webmail.granitpitesti.ro
  1466. ServerAlias www.webmail.granitpitesti.ro
  1467. DocumentRoot /home/granitpi/public_html/webmail
  1468. ServerAdmin webmaster@webmail.granitpitesti.ro
  1469. UseCanonicalName Off
  1470. CustomLog /usr/local/apache/domlogs/webmail.granitpitesti.ro combined
  1471. <IfModule log_config_module>
  1472. <IfModule logio_module>
  1473. CustomLog /usr/local/apache/domlogs/webmail.granitpitesti.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  1474. </IfModule>
  1475. </IfModule>
  1476. ## User granitpi # Needed for Cpanel::ApacheConf
  1477. <IfModule userdir_module>
  1478. <IfModule !mpm_itk.c>
  1479. <IfModule !ruid2_module>
  1480. UserDir enabled granitpi
  1481. </IfModule>
  1482. </IfModule>
  1483. </IfModule>
  1484.  
  1485. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  1486. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  1487. # the user's .htaccess file. For more information, please read:
  1488. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  1489. <IfModule include_module>
  1490. <Directory "/home/granitpi/public_html/webmail">
  1491. SSILegacyExprParser On
  1492. </Directory>
  1493. </IfModule>
  1494.  
  1495.  
  1496.  
  1497. <IfModule suphp_module>
  1498. suPHP_UserGroup granitpi granitpi
  1499. </IfModule>
  1500. <IfModule !mod_disable_suexec.c>
  1501. <IfModule !mod_ruid2.c>
  1502. SuexecUserGroup granitpi granitpi
  1503. </IfModule>
  1504. </IfModule>
  1505. <IfModule ruid2_module>
  1506. RMode config
  1507. RUidGid granitpi granitpi
  1508. </IfModule>
  1509. <IfModule mpm_itk.c>
  1510. # For more information on MPM ITK, please read:
  1511. # http://mpm-itk.sesse.net/
  1512. AssignUserID granitpi granitpi
  1513. </IfModule>
  1514.  
  1515. <IfModule alias_module>
  1516. ScriptAlias /cgi-bin/ /home/granitpi/public_html/webmail/cgi-bin/
  1517. </IfModule>
  1518.  
  1519. # To customize this VirtualHost use an include file at the following location
  1520. # Include "/usr/local/apache/conf/userdata/std/2_4/granitpi/webmail.granitpitesti.ro/*.conf"
  1521. </VirtualHost>
  1522.  
  1523. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  1524.  
  1525. <VirtualHost 193.105.239.107:80>
  1526. ServerName intelligentassistance.ro
  1527. ServerAlias www.intelligentassistance.ro
  1528. DocumentRoot /home/intellig/public_html
  1529. ServerAdmin webmaster@intelligentassistance.ro
  1530. UseCanonicalName Off
  1531. CustomLog /usr/local/apache/domlogs/intelligentassistance.ro combined
  1532. <IfModule log_config_module>
  1533. <IfModule logio_module>
  1534. CustomLog /usr/local/apache/domlogs/intelligentassistance.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  1535. </IfModule>
  1536. </IfModule>
  1537. ## User intellig # Needed for Cpanel::ApacheConf
  1538. <IfModule userdir_module>
  1539. <IfModule !mpm_itk.c>
  1540. <IfModule !ruid2_module>
  1541. UserDir enabled intellig
  1542. </IfModule>
  1543. </IfModule>
  1544. </IfModule>
  1545.  
  1546. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  1547. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  1548. # the user's .htaccess file. For more information, please read:
  1549. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  1550. <IfModule include_module>
  1551. <Directory "/home/intellig/public_html">
  1552. SSILegacyExprParser On
  1553. </Directory>
  1554. </IfModule>
  1555.  
  1556.  
  1557.  
  1558. <IfModule suphp_module>
  1559. suPHP_UserGroup intellig intellig
  1560. </IfModule>
  1561. <IfModule !mod_disable_suexec.c>
  1562. <IfModule !mod_ruid2.c>
  1563. SuexecUserGroup intellig intellig
  1564. </IfModule>
  1565. </IfModule>
  1566. <IfModule ruid2_module>
  1567. RMode config
  1568. RUidGid intellig intellig
  1569. </IfModule>
  1570. <IfModule mpm_itk.c>
  1571. # For more information on MPM ITK, please read:
  1572. # http://mpm-itk.sesse.net/
  1573. AssignUserID intellig intellig
  1574. </IfModule>
  1575.  
  1576. <IfModule alias_module>
  1577. ScriptAlias /cgi-bin/ /home/intellig/public_html/cgi-bin/
  1578. </IfModule>
  1579.  
  1580. # To customize this VirtualHost use an include file at the following location
  1581. # Include "/usr/local/apache/conf/userdata/std/2_4/intellig/intelligentassistance.ro/*.conf"
  1582. </VirtualHost>
  1583.  
  1584. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  1585.  
  1586. <VirtualHost 193.105.239.107:80>
  1587. ServerName sindicat.software.intelligentassistance.ro
  1588. ServerAlias www.sindicat.software.intelligentassistance.ro
  1589. DocumentRoot /home/intellig/public_html/sindicat
  1590. ServerAdmin webmaster@sindicat.software.intelligentassistance.ro
  1591. UseCanonicalName Off
  1592. CustomLog /usr/local/apache/domlogs/sindicat.software.intelligentassistance.ro combined
  1593. <IfModule log_config_module>
  1594. <IfModule logio_module>
  1595. CustomLog /usr/local/apache/domlogs/sindicat.software.intelligentassistance.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  1596. </IfModule>
  1597. </IfModule>
  1598. ## User intellig # Needed for Cpanel::ApacheConf
  1599. <IfModule userdir_module>
  1600. <IfModule !mpm_itk.c>
  1601. <IfModule !ruid2_module>
  1602. UserDir enabled intellig
  1603. </IfModule>
  1604. </IfModule>
  1605. </IfModule>
  1606.  
  1607. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  1608. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  1609. # the user's .htaccess file. For more information, please read:
  1610. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  1611. <IfModule include_module>
  1612. <Directory "/home/intellig/public_html/sindicat">
  1613. SSILegacyExprParser On
  1614. </Directory>
  1615. </IfModule>
  1616.  
  1617.  
  1618.  
  1619. <IfModule suphp_module>
  1620. suPHP_UserGroup intellig intellig
  1621. </IfModule>
  1622. <IfModule !mod_disable_suexec.c>
  1623. <IfModule !mod_ruid2.c>
  1624. SuexecUserGroup intellig intellig
  1625. </IfModule>
  1626. </IfModule>
  1627. <IfModule ruid2_module>
  1628. RMode config
  1629. RUidGid intellig intellig
  1630. </IfModule>
  1631. <IfModule mpm_itk.c>
  1632. # For more information on MPM ITK, please read:
  1633. # http://mpm-itk.sesse.net/
  1634. AssignUserID intellig intellig
  1635. </IfModule>
  1636.  
  1637. <IfModule alias_module>
  1638. ScriptAlias /cgi-bin/ /home/intellig/public_html/sindicat/cgi-bin/
  1639. </IfModule>
  1640.  
  1641. # To customize this VirtualHost use an include file at the following location
  1642. # Include "/usr/local/apache/conf/userdata/std/2_4/intellig/sindicat.software.intelligentassistance.ro/*.conf"
  1643. </VirtualHost>
  1644.  
  1645. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  1646.  
  1647. <VirtualHost 193.105.239.107:80>
  1648. ServerName proactivltd.intelligentassistance.ro
  1649. ServerAlias www.proactivltd.intelligentassistance.ro www.proactivltd.co.uk proactivltd.co.uk
  1650. DocumentRoot /home/intellig/public_html/proactivltd.co.uk
  1651. ServerAdmin webmaster@proactivltd.intelligentassistance.ro
  1652. UseCanonicalName Off
  1653. CustomLog /usr/local/apache/domlogs/proactivltd.intelligentassistance.ro combined
  1654. <IfModule log_config_module>
  1655. <IfModule logio_module>
  1656. CustomLog /usr/local/apache/domlogs/proactivltd.intelligentassistance.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  1657. </IfModule>
  1658. </IfModule>
  1659. ## User intellig # Needed for Cpanel::ApacheConf
  1660. <IfModule userdir_module>
  1661. <IfModule !mpm_itk.c>
  1662. <IfModule !ruid2_module>
  1663. UserDir enabled intellig
  1664. </IfModule>
  1665. </IfModule>
  1666. </IfModule>
  1667.  
  1668. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  1669. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  1670. # the user's .htaccess file. For more information, please read:
  1671. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  1672. <IfModule include_module>
  1673. <Directory "/home/intellig/public_html/proactivltd.co.uk">
  1674. SSILegacyExprParser On
  1675. </Directory>
  1676. </IfModule>
  1677.  
  1678.  
  1679.  
  1680. <IfModule suphp_module>
  1681. suPHP_UserGroup intellig intellig
  1682. </IfModule>
  1683. <IfModule !mod_disable_suexec.c>
  1684. <IfModule !mod_ruid2.c>
  1685. SuexecUserGroup intellig intellig
  1686. </IfModule>
  1687. </IfModule>
  1688. <IfModule ruid2_module>
  1689. RMode config
  1690. RUidGid intellig intellig
  1691. </IfModule>
  1692. <IfModule mpm_itk.c>
  1693. # For more information on MPM ITK, please read:
  1694. # http://mpm-itk.sesse.net/
  1695. AssignUserID intellig intellig
  1696. </IfModule>
  1697.  
  1698. <IfModule alias_module>
  1699. ScriptAlias /cgi-bin/ /home/intellig/public_html/proactivltd.co.uk/cgi-bin/
  1700. </IfModule>
  1701.  
  1702. # To customize this VirtualHost use an include file at the following location
  1703. # Include "/usr/local/apache/conf/userdata/std/2_4/intellig/proactivltd.intelligentassistance.ro/*.conf"
  1704. </VirtualHost>
  1705.  
  1706. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  1707.  
  1708. <VirtualHost 193.105.239.107:80>
  1709. ServerName liviunita.intelligentassistance.ro
  1710. ServerAlias liviunita.com www.liviunita.intelligentassistance.ro www.liviunita.com
  1711. DocumentRoot /home/intellig/public_html/liviunita.com
  1712. ServerAdmin webmaster@liviunita.intelligentassistance.ro
  1713. UseCanonicalName Off
  1714. CustomLog /usr/local/apache/domlogs/liviunita.intelligentassistance.ro combined
  1715. <IfModule log_config_module>
  1716. <IfModule logio_module>
  1717. CustomLog /usr/local/apache/domlogs/liviunita.intelligentassistance.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  1718. </IfModule>
  1719. </IfModule>
  1720. ## User intellig # Needed for Cpanel::ApacheConf
  1721. <IfModule userdir_module>
  1722. <IfModule !mpm_itk.c>
  1723. <IfModule !ruid2_module>
  1724. UserDir enabled intellig
  1725. </IfModule>
  1726. </IfModule>
  1727. </IfModule>
  1728.  
  1729. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  1730. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  1731. # the user's .htaccess file. For more information, please read:
  1732. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  1733. <IfModule include_module>
  1734. <Directory "/home/intellig/public_html/liviunita.com">
  1735. SSILegacyExprParser On
  1736. </Directory>
  1737. </IfModule>
  1738.  
  1739.  
  1740.  
  1741. <IfModule suphp_module>
  1742. suPHP_UserGroup intellig intellig
  1743. </IfModule>
  1744. <IfModule !mod_disable_suexec.c>
  1745. <IfModule !mod_ruid2.c>
  1746. SuexecUserGroup intellig intellig
  1747. </IfModule>
  1748. </IfModule>
  1749. <IfModule ruid2_module>
  1750. RMode config
  1751. RUidGid intellig intellig
  1752. </IfModule>
  1753. <IfModule mpm_itk.c>
  1754. # For more information on MPM ITK, please read:
  1755. # http://mpm-itk.sesse.net/
  1756. AssignUserID intellig intellig
  1757. </IfModule>
  1758.  
  1759. <IfModule alias_module>
  1760. ScriptAlias /cgi-bin/ /home/intellig/public_html/liviunita.com/cgi-bin/
  1761. </IfModule>
  1762.  
  1763. # To customize this VirtualHost use an include file at the following location
  1764. # Include "/usr/local/apache/conf/userdata/std/2_4/intellig/liviunita.intelligentassistance.ro/*.conf"
  1765. </VirtualHost>
  1766.  
  1767. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  1768.  
  1769. <VirtualHost 193.105.239.107:80>
  1770. ServerName software.intelligentassistance.ro
  1771. ServerAlias www.software.intelligentassistance.ro
  1772. DocumentRoot /home/intellig/public_html/software
  1773. ServerAdmin webmaster@software.intelligentassistance.ro
  1774. UseCanonicalName Off
  1775. CustomLog /usr/local/apache/domlogs/software.intelligentassistance.ro combined
  1776. <IfModule log_config_module>
  1777. <IfModule logio_module>
  1778. CustomLog /usr/local/apache/domlogs/software.intelligentassistance.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  1779. </IfModule>
  1780. </IfModule>
  1781. ## User intellig # Needed for Cpanel::ApacheConf
  1782. <IfModule userdir_module>
  1783. <IfModule !mpm_itk.c>
  1784. <IfModule !ruid2_module>
  1785. UserDir enabled intellig
  1786. </IfModule>
  1787. </IfModule>
  1788. </IfModule>
  1789.  
  1790. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  1791. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  1792. # the user's .htaccess file. For more information, please read:
  1793. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  1794. <IfModule include_module>
  1795. <Directory "/home/intellig/public_html/software">
  1796. SSILegacyExprParser On
  1797. </Directory>
  1798. </IfModule>
  1799.  
  1800.  
  1801.  
  1802. <IfModule suphp_module>
  1803. suPHP_UserGroup intellig intellig
  1804. </IfModule>
  1805. <IfModule !mod_disable_suexec.c>
  1806. <IfModule !mod_ruid2.c>
  1807. SuexecUserGroup intellig intellig
  1808. </IfModule>
  1809. </IfModule>
  1810. <IfModule ruid2_module>
  1811. RMode config
  1812. RUidGid intellig intellig
  1813. </IfModule>
  1814. <IfModule mpm_itk.c>
  1815. # For more information on MPM ITK, please read:
  1816. # http://mpm-itk.sesse.net/
  1817. AssignUserID intellig intellig
  1818. </IfModule>
  1819.  
  1820. <IfModule alias_module>
  1821. ScriptAlias /cgi-bin/ /home/intellig/public_html/software/cgi-bin/
  1822. </IfModule>
  1823.  
  1824. # To customize this VirtualHost use an include file at the following location
  1825. # Include "/usr/local/apache/conf/userdata/std/2_4/intellig/software.intelligentassistance.ro/*.conf"
  1826. </VirtualHost>
  1827.  
  1828. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  1829.  
  1830. <VirtualHost 193.105.239.109:80>
  1831. ServerName romaniachat.ro
  1832. ServerAlias www.romaniachat.ro
  1833. DocumentRoot /home/romaniac/public_html
  1834. ServerAdmin webmaster@romaniachat.ro
  1835. UseCanonicalName Off
  1836. CustomLog /usr/local/apache/domlogs/romaniachat.ro combined
  1837. <IfModule log_config_module>
  1838. <IfModule logio_module>
  1839. CustomLog /usr/local/apache/domlogs/romaniachat.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  1840. </IfModule>
  1841. </IfModule>
  1842. ## User romaniac # Needed for Cpanel::ApacheConf
  1843. <IfModule userdir_module>
  1844. <IfModule !mpm_itk.c>
  1845. <IfModule !ruid2_module>
  1846. UserDir enabled romaniac
  1847. </IfModule>
  1848. </IfModule>
  1849. </IfModule>
  1850.  
  1851. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  1852. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  1853. # the user's .htaccess file. For more information, please read:
  1854. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  1855. <IfModule include_module>
  1856. <Directory "/home/romaniac/public_html">
  1857. SSILegacyExprParser On
  1858. </Directory>
  1859. </IfModule>
  1860.  
  1861.  
  1862.  
  1863. <IfModule suphp_module>
  1864. suPHP_UserGroup romaniac romaniac
  1865. </IfModule>
  1866. <IfModule !mod_disable_suexec.c>
  1867. <IfModule !mod_ruid2.c>
  1868. SuexecUserGroup romaniac romaniac
  1869. </IfModule>
  1870. </IfModule>
  1871. <IfModule ruid2_module>
  1872. RMode config
  1873. RUidGid romaniac romaniac
  1874. </IfModule>
  1875. <IfModule mpm_itk.c>
  1876. # For more information on MPM ITK, please read:
  1877. # http://mpm-itk.sesse.net/
  1878. AssignUserID romaniac romaniac
  1879. </IfModule>
  1880.  
  1881. <IfModule alias_module>
  1882. ScriptAlias /cgi-bin/ /home/romaniac/public_html/cgi-bin/
  1883. </IfModule>
  1884.  
  1885. # To customize this VirtualHost use an include file at the following location
  1886. # Include "/usr/local/apache/conf/userdata/std/2_4/romaniac/romaniachat.ro/*.conf"
  1887. </VirtualHost>
  1888.  
  1889. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  1890.  
  1891. <VirtualHost 193.105.239.109:80>
  1892. ServerName arpia.romaniachat.ro
  1893. ServerAlias www.arpia.romaniachat.ro
  1894. DocumentRoot /home/romaniac/public_html/sub-arpia
  1895. ServerAdmin webmaster@arpia.romaniachat.ro
  1896. UseCanonicalName Off
  1897. CustomLog /usr/local/apache/domlogs/arpia.romaniachat.ro combined
  1898. <IfModule log_config_module>
  1899. <IfModule logio_module>
  1900. CustomLog /usr/local/apache/domlogs/arpia.romaniachat.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  1901. </IfModule>
  1902. </IfModule>
  1903. ## User romaniac # Needed for Cpanel::ApacheConf
  1904. <IfModule userdir_module>
  1905. <IfModule !mpm_itk.c>
  1906. <IfModule !ruid2_module>
  1907. UserDir enabled romaniac
  1908. </IfModule>
  1909. </IfModule>
  1910. </IfModule>
  1911.  
  1912. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  1913. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  1914. # the user's .htaccess file. For more information, please read:
  1915. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  1916. <IfModule include_module>
  1917. <Directory "/home/romaniac/public_html/sub-arpia">
  1918. SSILegacyExprParser On
  1919. </Directory>
  1920. </IfModule>
  1921.  
  1922.  
  1923.  
  1924. <IfModule suphp_module>
  1925. suPHP_UserGroup romaniac romaniac
  1926. </IfModule>
  1927. <IfModule !mod_disable_suexec.c>
  1928. <IfModule !mod_ruid2.c>
  1929. SuexecUserGroup romaniac romaniac
  1930. </IfModule>
  1931. </IfModule>
  1932. <IfModule ruid2_module>
  1933. RMode config
  1934. RUidGid romaniac romaniac
  1935. </IfModule>
  1936. <IfModule mpm_itk.c>
  1937. # For more information on MPM ITK, please read:
  1938. # http://mpm-itk.sesse.net/
  1939. AssignUserID romaniac romaniac
  1940. </IfModule>
  1941.  
  1942. <IfModule alias_module>
  1943. ScriptAlias /cgi-bin/ /home/romaniac/public_html/sub-arpia/cgi-bin/
  1944. </IfModule>
  1945.  
  1946. # To customize this VirtualHost use an include file at the following location
  1947. # Include "/usr/local/apache/conf/userdata/std/2_4/romaniac/arpia.romaniachat.ro/*.conf"
  1948. </VirtualHost>
  1949.  
  1950. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  1951.  
  1952. <VirtualHost 193.105.239.110:80>
  1953. ServerName unosoft.ro
  1954. ServerAlias www.unosoft.ro
  1955. DocumentRoot /home/unosoftr/public_html
  1956. ServerAdmin webmaster@unosoft.ro
  1957. UseCanonicalName Off
  1958. CustomLog /usr/local/apache/domlogs/unosoft.ro combined
  1959. <IfModule log_config_module>
  1960. <IfModule logio_module>
  1961. CustomLog /usr/local/apache/domlogs/unosoft.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  1962. </IfModule>
  1963. </IfModule>
  1964. ## User unosoftr # Needed for Cpanel::ApacheConf
  1965. <IfModule userdir_module>
  1966. <IfModule !mpm_itk.c>
  1967. <IfModule !ruid2_module>
  1968. UserDir enabled unosoftr
  1969. </IfModule>
  1970. </IfModule>
  1971. </IfModule>
  1972.  
  1973. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  1974. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  1975. # the user's .htaccess file. For more information, please read:
  1976. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  1977. <IfModule include_module>
  1978. <Directory "/home/unosoftr/public_html">
  1979. SSILegacyExprParser On
  1980. </Directory>
  1981. </IfModule>
  1982.  
  1983.  
  1984.  
  1985. <IfModule suphp_module>
  1986. suPHP_UserGroup unosoftr unosoftr
  1987. </IfModule>
  1988. <IfModule !mod_disable_suexec.c>
  1989. <IfModule !mod_ruid2.c>
  1990. SuexecUserGroup unosoftr unosoftr
  1991. </IfModule>
  1992. </IfModule>
  1993. <IfModule ruid2_module>
  1994. RMode config
  1995. RUidGid unosoftr unosoftr
  1996. </IfModule>
  1997. <IfModule mpm_itk.c>
  1998. # For more information on MPM ITK, please read:
  1999. # http://mpm-itk.sesse.net/
  2000. AssignUserID unosoftr unosoftr
  2001. </IfModule>
  2002.  
  2003. <IfModule alias_module>
  2004. ScriptAlias /cgi-bin/ /home/unosoftr/public_html/cgi-bin/
  2005. </IfModule>
  2006.  
  2007. # To customize this VirtualHost use an include file at the following location
  2008. # Include "/usr/local/apache/conf/userdata/std/2_4/unosoftr/unosoft.ro/*.conf"
  2009. </VirtualHost>
  2010.  
  2011. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  2012.  
  2013. <VirtualHost 193.105.239.112:80>
  2014. ServerName videotelecom.ro
  2015. ServerAlias www.videotelecom.ro
  2016. DocumentRoot /home/videotel/public_html
  2017. ServerAdmin webmaster@videotelecom.ro
  2018. UseCanonicalName Off
  2019. CustomLog /usr/local/apache/domlogs/videotelecom.ro combined
  2020. <IfModule log_config_module>
  2021. <IfModule logio_module>
  2022. CustomLog /usr/local/apache/domlogs/videotelecom.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  2023. </IfModule>
  2024. </IfModule>
  2025. ## User videotel # Needed for Cpanel::ApacheConf
  2026. <IfModule userdir_module>
  2027. <IfModule !mpm_itk.c>
  2028. <IfModule !ruid2_module>
  2029. UserDir enabled videotel
  2030. </IfModule>
  2031. </IfModule>
  2032. </IfModule>
  2033.  
  2034. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  2035. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  2036. # the user's .htaccess file. For more information, please read:
  2037. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  2038. <IfModule include_module>
  2039. <Directory "/home/videotel/public_html">
  2040. SSILegacyExprParser On
  2041. </Directory>
  2042. </IfModule>
  2043.  
  2044.  
  2045.  
  2046. <IfModule suphp_module>
  2047. suPHP_UserGroup videotel videotel
  2048. </IfModule>
  2049. <IfModule !mod_disable_suexec.c>
  2050. <IfModule !mod_ruid2.c>
  2051. SuexecUserGroup videotel videotel
  2052. </IfModule>
  2053. </IfModule>
  2054. <IfModule ruid2_module>
  2055. RMode config
  2056. RUidGid videotel videotel
  2057. </IfModule>
  2058. <IfModule mpm_itk.c>
  2059. # For more information on MPM ITK, please read:
  2060. # http://mpm-itk.sesse.net/
  2061. AssignUserID videotel videotel
  2062. </IfModule>
  2063.  
  2064. <IfModule alias_module>
  2065. ScriptAlias /cgi-bin/ /home/videotel/public_html/cgi-bin/
  2066. </IfModule>
  2067.  
  2068. # To customize this VirtualHost use an include file at the following location
  2069. # Include "/usr/local/apache/conf/userdata/std/2_4/videotel/videotelecom.ro/*.conf"
  2070. </VirtualHost>
  2071.  
  2072. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  2073.  
  2074. <VirtualHost 193.105.239.114:80>
  2075. ServerName ochelarii-negri.org
  2076. ServerAlias www.ochelarii-negri.org
  2077. DocumentRoot /home/ochelar1/public_html
  2078. ServerAdmin webmaster@ochelarii-negri.org
  2079. UseCanonicalName Off
  2080. CustomLog /usr/local/apache/domlogs/ochelarii-negri.org combined
  2081. <IfModule log_config_module>
  2082. <IfModule logio_module>
  2083. CustomLog /usr/local/apache/domlogs/ochelarii-negri.org-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  2084. </IfModule>
  2085. </IfModule>
  2086. ## User ochelar1 # Needed for Cpanel::ApacheConf
  2087. <IfModule userdir_module>
  2088. <IfModule !mpm_itk.c>
  2089. <IfModule !ruid2_module>
  2090. UserDir enabled ochelar1
  2091. </IfModule>
  2092. </IfModule>
  2093. </IfModule>
  2094.  
  2095. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  2096. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  2097. # the user's .htaccess file. For more information, please read:
  2098. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  2099. <IfModule include_module>
  2100. <Directory "/home/ochelar1/public_html">
  2101. SSILegacyExprParser On
  2102. </Directory>
  2103. </IfModule>
  2104.  
  2105.  
  2106.  
  2107. <IfModule suphp_module>
  2108. suPHP_UserGroup ochelar1 ochelar1
  2109. </IfModule>
  2110. <IfModule !mod_disable_suexec.c>
  2111. <IfModule !mod_ruid2.c>
  2112. SuexecUserGroup ochelar1 ochelar1
  2113. </IfModule>
  2114. </IfModule>
  2115. <IfModule ruid2_module>
  2116. RMode config
  2117. RUidGid ochelar1 ochelar1
  2118. </IfModule>
  2119. <IfModule mpm_itk.c>
  2120. # For more information on MPM ITK, please read:
  2121. # http://mpm-itk.sesse.net/
  2122. AssignUserID ochelar1 ochelar1
  2123. </IfModule>
  2124.  
  2125. <IfModule alias_module>
  2126. ScriptAlias /cgi-bin/ /home/ochelar1/public_html/cgi-bin/
  2127. </IfModule>
  2128.  
  2129. # To customize this VirtualHost use an include file at the following location
  2130. # Include "/usr/local/apache/conf/userdata/std/2_4/ochelar1/ochelarii-negri.org/*.conf"
  2131. </VirtualHost>
  2132.  
  2133. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  2134.  
  2135. <VirtualHost 193.105.239.116:80>
  2136. ServerName almonmed.ro
  2137. ServerAlias www.almonmed.ro
  2138. DocumentRoot /home/almonmed/public_html
  2139. ServerAdmin webmaster@almonmed.ro
  2140. UseCanonicalName Off
  2141. CustomLog /usr/local/apache/domlogs/almonmed.ro combined
  2142. <IfModule log_config_module>
  2143. <IfModule logio_module>
  2144. CustomLog /usr/local/apache/domlogs/almonmed.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  2145. </IfModule>
  2146. </IfModule>
  2147. ## User almonmed # Needed for Cpanel::ApacheConf
  2148. <IfModule userdir_module>
  2149. <IfModule !mpm_itk.c>
  2150. <IfModule !ruid2_module>
  2151. UserDir enabled almonmed
  2152. </IfModule>
  2153. </IfModule>
  2154. </IfModule>
  2155.  
  2156. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  2157. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  2158. # the user's .htaccess file. For more information, please read:
  2159. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  2160. <IfModule include_module>
  2161. <Directory "/home/almonmed/public_html">
  2162. SSILegacyExprParser On
  2163. </Directory>
  2164. </IfModule>
  2165.  
  2166.  
  2167.  
  2168. <IfModule suphp_module>
  2169. suPHP_UserGroup almonmed almonmed
  2170. </IfModule>
  2171. <IfModule !mod_disable_suexec.c>
  2172. <IfModule !mod_ruid2.c>
  2173. SuexecUserGroup almonmed almonmed
  2174. </IfModule>
  2175. </IfModule>
  2176. <IfModule ruid2_module>
  2177. RMode config
  2178. RUidGid almonmed almonmed
  2179. </IfModule>
  2180. <IfModule mpm_itk.c>
  2181. # For more information on MPM ITK, please read:
  2182. # http://mpm-itk.sesse.net/
  2183. AssignUserID almonmed almonmed
  2184. </IfModule>
  2185.  
  2186. <IfModule alias_module>
  2187. ScriptAlias /cgi-bin/ /home/almonmed/public_html/cgi-bin/
  2188. </IfModule>
  2189.  
  2190. # To customize this VirtualHost use an include file at the following location
  2191. # Include "/usr/local/apache/conf/userdata/std/2_4/almonmed/almonmed.ro/*.conf"
  2192. </VirtualHost>
  2193.  
  2194. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  2195.  
  2196. <VirtualHost 193.105.239.116:80>
  2197. ServerName silvamedcare.almonmed.ro
  2198. ServerAlias www.silvamedcare.ro silvamedcare.ro www.silvamedcare.almonmed.ro
  2199. DocumentRoot /home/almonmed/public_html/silvamedcare.ro
  2200. ServerAdmin webmaster@silvamedcare.almonmed.ro
  2201. UseCanonicalName Off
  2202. CustomLog /usr/local/apache/domlogs/silvamedcare.almonmed.ro combined
  2203. <IfModule log_config_module>
  2204. <IfModule logio_module>
  2205. CustomLog /usr/local/apache/domlogs/silvamedcare.almonmed.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  2206. </IfModule>
  2207. </IfModule>
  2208. ## User almonmed # Needed for Cpanel::ApacheConf
  2209. <IfModule userdir_module>
  2210. <IfModule !mpm_itk.c>
  2211. <IfModule !ruid2_module>
  2212. UserDir enabled almonmed
  2213. </IfModule>
  2214. </IfModule>
  2215. </IfModule>
  2216.  
  2217. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  2218. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  2219. # the user's .htaccess file. For more information, please read:
  2220. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  2221. <IfModule include_module>
  2222. <Directory "/home/almonmed/public_html/silvamedcare.ro">
  2223. SSILegacyExprParser On
  2224. </Directory>
  2225. </IfModule>
  2226.  
  2227.  
  2228.  
  2229. <IfModule suphp_module>
  2230. suPHP_UserGroup almonmed almonmed
  2231. </IfModule>
  2232. <IfModule !mod_disable_suexec.c>
  2233. <IfModule !mod_ruid2.c>
  2234. SuexecUserGroup almonmed almonmed
  2235. </IfModule>
  2236. </IfModule>
  2237. <IfModule ruid2_module>
  2238. RMode config
  2239. RUidGid almonmed almonmed
  2240. </IfModule>
  2241. <IfModule mpm_itk.c>
  2242. # For more information on MPM ITK, please read:
  2243. # http://mpm-itk.sesse.net/
  2244. AssignUserID almonmed almonmed
  2245. </IfModule>
  2246.  
  2247. <IfModule alias_module>
  2248. ScriptAlias /cgi-bin/ /home/almonmed/public_html/silvamedcare.ro/cgi-bin/
  2249. </IfModule>
  2250.  
  2251. # To customize this VirtualHost use an include file at the following location
  2252. # Include "/usr/local/apache/conf/userdata/std/2_4/almonmed/silvamedcare.almonmed.ro/*.conf"
  2253. </VirtualHost>
  2254.  
  2255. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  2256.  
  2257. <VirtualHost 193.105.239.117:80>
  2258. ServerName soacra.eu
  2259. ServerAlias www.soacra.eu
  2260. DocumentRoot /home/soacraeu/public_html
  2261. ServerAdmin webmaster@soacra.eu
  2262. UseCanonicalName Off
  2263. CustomLog /usr/local/apache/domlogs/soacra.eu combined
  2264. <IfModule log_config_module>
  2265. <IfModule logio_module>
  2266. CustomLog /usr/local/apache/domlogs/soacra.eu-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  2267. </IfModule>
  2268. </IfModule>
  2269. ## User soacraeu # Needed for Cpanel::ApacheConf
  2270. <IfModule userdir_module>
  2271. <IfModule !mpm_itk.c>
  2272. <IfModule !ruid2_module>
  2273. UserDir enabled soacraeu
  2274. </IfModule>
  2275. </IfModule>
  2276. </IfModule>
  2277.  
  2278. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  2279. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  2280. # the user's .htaccess file. For more information, please read:
  2281. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  2282. <IfModule include_module>
  2283. <Directory "/home/soacraeu/public_html">
  2284. SSILegacyExprParser On
  2285. </Directory>
  2286. </IfModule>
  2287.  
  2288.  
  2289.  
  2290. <IfModule suphp_module>
  2291. suPHP_UserGroup soacraeu soacraeu
  2292. </IfModule>
  2293. <IfModule !mod_disable_suexec.c>
  2294. <IfModule !mod_ruid2.c>
  2295. SuexecUserGroup soacraeu soacraeu
  2296. </IfModule>
  2297. </IfModule>
  2298. <IfModule ruid2_module>
  2299. RMode config
  2300. RUidGid soacraeu soacraeu
  2301. </IfModule>
  2302. <IfModule mpm_itk.c>
  2303. # For more information on MPM ITK, please read:
  2304. # http://mpm-itk.sesse.net/
  2305. AssignUserID soacraeu soacraeu
  2306. </IfModule>
  2307.  
  2308. <IfModule alias_module>
  2309. ScriptAlias /cgi-bin/ /home/soacraeu/public_html/cgi-bin/
  2310. </IfModule>
  2311.  
  2312. # To customize this VirtualHost use an include file at the following location
  2313. # Include "/usr/local/apache/conf/userdata/std/2_4/soacraeu/soacra.eu/*.conf"
  2314. </VirtualHost>
  2315.  
  2316. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  2317.  
  2318. <VirtualHost 193.105.239.121:80>
  2319. ServerName argeseanul.com
  2320. ServerAlias argesplus.ro www.argeseanul.com www.argesplus.ro
  2321. DocumentRoot /home/argesean/public_html
  2322. ServerAdmin webmaster@argeseanul.com
  2323. UseCanonicalName Off
  2324. CustomLog /usr/local/apache/domlogs/argeseanul.com combined
  2325. <IfModule log_config_module>
  2326. <IfModule logio_module>
  2327. CustomLog /usr/local/apache/domlogs/argeseanul.com-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  2328. </IfModule>
  2329. </IfModule>
  2330. ## User argesean # Needed for Cpanel::ApacheConf
  2331. <IfModule userdir_module>
  2332. <IfModule !mpm_itk.c>
  2333. <IfModule !ruid2_module>
  2334. UserDir enabled argesean
  2335. </IfModule>
  2336. </IfModule>
  2337. </IfModule>
  2338.  
  2339. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  2340. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  2341. # the user's .htaccess file. For more information, please read:
  2342. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  2343. <IfModule include_module>
  2344. <Directory "/home/argesean/public_html">
  2345. SSILegacyExprParser On
  2346. </Directory>
  2347. </IfModule>
  2348.  
  2349.  
  2350.  
  2351. <IfModule suphp_module>
  2352. suPHP_UserGroup argesean argesean
  2353. </IfModule>
  2354. <IfModule !mod_disable_suexec.c>
  2355. <IfModule !mod_ruid2.c>
  2356. SuexecUserGroup argesean argesean
  2357. </IfModule>
  2358. </IfModule>
  2359. <IfModule ruid2_module>
  2360. RMode config
  2361. RUidGid argesean argesean
  2362. </IfModule>
  2363. <IfModule mpm_itk.c>
  2364. # For more information on MPM ITK, please read:
  2365. # http://mpm-itk.sesse.net/
  2366. AssignUserID argesean argesean
  2367. </IfModule>
  2368.  
  2369. <IfModule alias_module>
  2370. ScriptAlias /cgi-bin/ /home/argesean/public_html/cgi-bin/
  2371. </IfModule>
  2372.  
  2373. # To customize this VirtualHost use an include file at the following location
  2374. # Include "/usr/local/apache/conf/userdata/std/2_4/argesean/argeseanul.com/*.conf"
  2375. </VirtualHost>
  2376.  
  2377. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  2378.  
  2379. <VirtualHost 193.105.239.121:80>
  2380. ServerName electronice.argeseanul.com
  2381. ServerAlias www.electronice.argeseanul.com
  2382. DocumentRoot /home/argesean/public_html/electronice
  2383. ServerAdmin webmaster@electronice.argeseanul.com
  2384. UseCanonicalName Off
  2385. CustomLog /usr/local/apache/domlogs/electronice.argeseanul.com combined
  2386. <IfModule log_config_module>
  2387. <IfModule logio_module>
  2388. CustomLog /usr/local/apache/domlogs/electronice.argeseanul.com-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  2389. </IfModule>
  2390. </IfModule>
  2391. ## User argesean # Needed for Cpanel::ApacheConf
  2392. <IfModule userdir_module>
  2393. <IfModule !mpm_itk.c>
  2394. <IfModule !ruid2_module>
  2395. UserDir enabled argesean
  2396. </IfModule>
  2397. </IfModule>
  2398. </IfModule>
  2399.  
  2400. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  2401. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  2402. # the user's .htaccess file. For more information, please read:
  2403. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  2404. <IfModule include_module>
  2405. <Directory "/home/argesean/public_html/electronice">
  2406. SSILegacyExprParser On
  2407. </Directory>
  2408. </IfModule>
  2409.  
  2410.  
  2411.  
  2412. <IfModule suphp_module>
  2413. suPHP_UserGroup argesean argesean
  2414. </IfModule>
  2415. <IfModule !mod_disable_suexec.c>
  2416. <IfModule !mod_ruid2.c>
  2417. SuexecUserGroup argesean argesean
  2418. </IfModule>
  2419. </IfModule>
  2420. <IfModule ruid2_module>
  2421. RMode config
  2422. RUidGid argesean argesean
  2423. </IfModule>
  2424. <IfModule mpm_itk.c>
  2425. # For more information on MPM ITK, please read:
  2426. # http://mpm-itk.sesse.net/
  2427. AssignUserID argesean argesean
  2428. </IfModule>
  2429.  
  2430. <IfModule alias_module>
  2431. ScriptAlias /cgi-bin/ /home/argesean/public_html/electronice/cgi-bin/
  2432. </IfModule>
  2433.  
  2434. # To customize this VirtualHost use an include file at the following location
  2435. # Include "/usr/local/apache/conf/userdata/std/2_4/argesean/electronice.argeseanul.com/*.conf"
  2436. </VirtualHost>
  2437.  
  2438. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  2439.  
  2440. <VirtualHost 193.105.239.121:80>
  2441. ServerName aplus.argesplus.ro
  2442. ServerAlias www.aplus.argesplus.ro
  2443. DocumentRoot /home/argesean/public_html/aplus
  2444. ServerAdmin webmaster@aplus.argesplus.ro
  2445. UseCanonicalName Off
  2446. CustomLog /usr/local/apache/domlogs/aplus.argesplus.ro combined
  2447. <IfModule log_config_module>
  2448. <IfModule logio_module>
  2449. CustomLog /usr/local/apache/domlogs/aplus.argesplus.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  2450. </IfModule>
  2451. </IfModule>
  2452. ## User argesean # Needed for Cpanel::ApacheConf
  2453. <IfModule userdir_module>
  2454. <IfModule !mpm_itk.c>
  2455. <IfModule !ruid2_module>
  2456. UserDir enabled argesean
  2457. </IfModule>
  2458. </IfModule>
  2459. </IfModule>
  2460.  
  2461. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  2462. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  2463. # the user's .htaccess file. For more information, please read:
  2464. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  2465. <IfModule include_module>
  2466. <Directory "/home/argesean/public_html/aplus">
  2467. SSILegacyExprParser On
  2468. </Directory>
  2469. </IfModule>
  2470.  
  2471.  
  2472.  
  2473. <IfModule suphp_module>
  2474. suPHP_UserGroup argesean argesean
  2475. </IfModule>
  2476. <IfModule !mod_disable_suexec.c>
  2477. <IfModule !mod_ruid2.c>
  2478. SuexecUserGroup argesean argesean
  2479. </IfModule>
  2480. </IfModule>
  2481. <IfModule ruid2_module>
  2482. RMode config
  2483. RUidGid argesean argesean
  2484. </IfModule>
  2485. <IfModule mpm_itk.c>
  2486. # For more information on MPM ITK, please read:
  2487. # http://mpm-itk.sesse.net/
  2488. AssignUserID argesean argesean
  2489. </IfModule>
  2490.  
  2491. <IfModule alias_module>
  2492. ScriptAlias /cgi-bin/ /home/argesean/public_html/aplus/cgi-bin/
  2493. </IfModule>
  2494.  
  2495. # To customize this VirtualHost use an include file at the following location
  2496. # Include "/usr/local/apache/conf/userdata/std/2_4/argesean/aplus.argesplus.ro/*.conf"
  2497. </VirtualHost>
  2498.  
  2499. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  2500.  
  2501. <VirtualHost 193.105.239.124:80>
  2502. ServerName agenda-vl.ro
  2503. ServerAlias www.agenda-vl.ro
  2504. DocumentRoot /home/agendavl/public_html
  2505. ServerAdmin webmaster@agenda-vl.ro
  2506. UseCanonicalName Off
  2507. CustomLog /usr/local/apache/domlogs/agenda-vl.ro combined
  2508. <IfModule log_config_module>
  2509. <IfModule logio_module>
  2510. CustomLog /usr/local/apache/domlogs/agenda-vl.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  2511. </IfModule>
  2512. </IfModule>
  2513. ## User agendavl # Needed for Cpanel::ApacheConf
  2514. <IfModule userdir_module>
  2515. <IfModule !mpm_itk.c>
  2516. <IfModule !ruid2_module>
  2517. UserDir enabled agendavl
  2518. </IfModule>
  2519. </IfModule>
  2520. </IfModule>
  2521.  
  2522. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  2523. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  2524. # the user's .htaccess file. For more information, please read:
  2525. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  2526. <IfModule include_module>
  2527. <Directory "/home/agendavl/public_html">
  2528. SSILegacyExprParser On
  2529. </Directory>
  2530. </IfModule>
  2531.  
  2532.  
  2533.  
  2534. <IfModule suphp_module>
  2535. suPHP_UserGroup agendavl agendavl
  2536. </IfModule>
  2537. <IfModule !mod_disable_suexec.c>
  2538. <IfModule !mod_ruid2.c>
  2539. SuexecUserGroup agendavl agendavl
  2540. </IfModule>
  2541. </IfModule>
  2542. <IfModule ruid2_module>
  2543. RMode config
  2544. RUidGid agendavl agendavl
  2545. </IfModule>
  2546. <IfModule mpm_itk.c>
  2547. # For more information on MPM ITK, please read:
  2548. # http://mpm-itk.sesse.net/
  2549. AssignUserID agendavl agendavl
  2550. </IfModule>
  2551.  
  2552. <IfModule alias_module>
  2553. ScriptAlias /cgi-bin/ /home/agendavl/public_html/cgi-bin/
  2554. </IfModule>
  2555.  
  2556. # To customize this VirtualHost use an include file at the following location
  2557. # Include "/usr/local/apache/conf/userdata/std/2_4/agendavl/agenda-vl.ro/*.conf"
  2558. </VirtualHost>
  2559.  
  2560. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  2561.  
  2562. <VirtualHost 193.105.239.124:80>
  2563. ServerName national-gradina.firmevl.ro
  2564. ServerAlias www.national-gradina.firmevl.ro
  2565. DocumentRoot /home/agendavl/public_html/national-gradina
  2566. ServerAdmin webmaster@national-gradina.firmevl.ro
  2567. UseCanonicalName On
  2568. CustomLog /usr/local/apache/domlogs/national-gradina.firmevl.ro combined
  2569. <IfModule log_config_module>
  2570. <IfModule logio_module>
  2571. CustomLog /usr/local/apache/domlogs/national-gradina.firmevl.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  2572. </IfModule>
  2573. </IfModule>
  2574. ## User agendavl # Needed for Cpanel::ApacheConf
  2575. <IfModule userdir_module>
  2576. <IfModule !mpm_itk.c>
  2577. <IfModule !ruid2_module>
  2578. UserDir enabled agendavl
  2579. </IfModule>
  2580. </IfModule>
  2581. </IfModule>
  2582.  
  2583. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  2584. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  2585. # the user's .htaccess file. For more information, please read:
  2586. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  2587. <IfModule include_module>
  2588. <Directory "/home/agendavl/public_html/national-gradina">
  2589. SSILegacyExprParser On
  2590. </Directory>
  2591. </IfModule>
  2592.  
  2593.  
  2594.  
  2595. <IfModule suphp_module>
  2596. suPHP_UserGroup agendavl agendavl
  2597. </IfModule>
  2598. <IfModule !mod_disable_suexec.c>
  2599. <IfModule !mod_ruid2.c>
  2600. SuexecUserGroup agendavl agendavl
  2601. </IfModule>
  2602. </IfModule>
  2603. <IfModule ruid2_module>
  2604. RMode config
  2605. RUidGid agendavl agendavl
  2606. </IfModule>
  2607. <IfModule mpm_itk.c>
  2608. # For more information on MPM ITK, please read:
  2609. # http://mpm-itk.sesse.net/
  2610. AssignUserID agendavl agendavl
  2611. </IfModule>
  2612.  
  2613. <IfModule alias_module>
  2614. ScriptAlias /cgi-bin/ /home/agendavl/public_html/national-gradina/cgi-bin/
  2615. </IfModule>
  2616.  
  2617. # To customize this VirtualHost use an include file at the following location
  2618. # Include "/usr/local/apache/conf/userdata/std/2_4/agendavl/national-gradina.firmevl.ro/*.conf"
  2619. </VirtualHost>
  2620.  
  2621. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  2622.  
  2623. <VirtualHost 193.105.239.124:80>
  2624. ServerName firmevalcea.agenda-vl.ro
  2625. ServerAlias www.firmevalcea.ro firmevalcea.ro www.firmevalcea.agenda-vl.ro
  2626. DocumentRoot /home/agendavl/public_html/firmevalcea.ro
  2627. ServerAdmin webmaster@firmevalcea.agenda-vl.ro
  2628. UseCanonicalName Off
  2629. CustomLog /usr/local/apache/domlogs/firmevalcea.agenda-vl.ro combined
  2630. <IfModule log_config_module>
  2631. <IfModule logio_module>
  2632. CustomLog /usr/local/apache/domlogs/firmevalcea.agenda-vl.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  2633. </IfModule>
  2634. </IfModule>
  2635. ## User agendavl # Needed for Cpanel::ApacheConf
  2636. <IfModule userdir_module>
  2637. <IfModule !mpm_itk.c>
  2638. <IfModule !ruid2_module>
  2639. UserDir enabled agendavl
  2640. </IfModule>
  2641. </IfModule>
  2642. </IfModule>
  2643.  
  2644. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  2645. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  2646. # the user's .htaccess file. For more information, please read:
  2647. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  2648. <IfModule include_module>
  2649. <Directory "/home/agendavl/public_html/firmevalcea.ro">
  2650. SSILegacyExprParser On
  2651. </Directory>
  2652. </IfModule>
  2653.  
  2654.  
  2655.  
  2656. <IfModule suphp_module>
  2657. suPHP_UserGroup agendavl agendavl
  2658. </IfModule>
  2659. <IfModule !mod_disable_suexec.c>
  2660. <IfModule !mod_ruid2.c>
  2661. SuexecUserGroup agendavl agendavl
  2662. </IfModule>
  2663. </IfModule>
  2664. <IfModule ruid2_module>
  2665. RMode config
  2666. RUidGid agendavl agendavl
  2667. </IfModule>
  2668. <IfModule mpm_itk.c>
  2669. # For more information on MPM ITK, please read:
  2670. # http://mpm-itk.sesse.net/
  2671. AssignUserID agendavl agendavl
  2672. </IfModule>
  2673.  
  2674. <IfModule alias_module>
  2675. ScriptAlias /cgi-bin/ /home/agendavl/public_html/firmevalcea.ro/cgi-bin/
  2676. </IfModule>
  2677.  
  2678. # To customize this VirtualHost use an include file at the following location
  2679. # Include "/usr/local/apache/conf/userdata/std/2_4/agendavl/firmevalcea.agenda-vl.ro/*.conf"
  2680. </VirtualHost>
  2681.  
  2682. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  2683.  
  2684. <VirtualHost 193.105.239.124:80>
  2685. ServerName pepedale.agenda-vl.ro
  2686. ServerAlias www.pepedale.agenda-vl.ro www.pepedale.ro pepedale.ro
  2687. DocumentRoot /home/agendavl/public_html/pepedale.ro
  2688. ServerAdmin webmaster@pepedale.agenda-vl.ro
  2689. UseCanonicalName Off
  2690. CustomLog /usr/local/apache/domlogs/pepedale.agenda-vl.ro combined
  2691. <IfModule log_config_module>
  2692. <IfModule logio_module>
  2693. CustomLog /usr/local/apache/domlogs/pepedale.agenda-vl.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  2694. </IfModule>
  2695. </IfModule>
  2696. ## User agendavl # Needed for Cpanel::ApacheConf
  2697. <IfModule userdir_module>
  2698. <IfModule !mpm_itk.c>
  2699. <IfModule !ruid2_module>
  2700. UserDir enabled agendavl
  2701. </IfModule>
  2702. </IfModule>
  2703. </IfModule>
  2704.  
  2705. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  2706. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  2707. # the user's .htaccess file. For more information, please read:
  2708. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  2709. <IfModule include_module>
  2710. <Directory "/home/agendavl/public_html/pepedale.ro">
  2711. SSILegacyExprParser On
  2712. </Directory>
  2713. </IfModule>
  2714.  
  2715.  
  2716.  
  2717. <IfModule suphp_module>
  2718. suPHP_UserGroup agendavl agendavl
  2719. </IfModule>
  2720. <IfModule !mod_disable_suexec.c>
  2721. <IfModule !mod_ruid2.c>
  2722. SuexecUserGroup agendavl agendavl
  2723. </IfModule>
  2724. </IfModule>
  2725. <IfModule ruid2_module>
  2726. RMode config
  2727. RUidGid agendavl agendavl
  2728. </IfModule>
  2729. <IfModule mpm_itk.c>
  2730. # For more information on MPM ITK, please read:
  2731. # http://mpm-itk.sesse.net/
  2732. AssignUserID agendavl agendavl
  2733. </IfModule>
  2734.  
  2735. <IfModule alias_module>
  2736. ScriptAlias /cgi-bin/ /home/agendavl/public_html/pepedale.ro/cgi-bin/
  2737. </IfModule>
  2738.  
  2739. # To customize this VirtualHost use an include file at the following location
  2740. # Include "/usr/local/apache/conf/userdata/std/2_4/agendavl/pepedale.agenda-vl.ro/*.conf"
  2741. </VirtualHost>
  2742.  
  2743. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  2744.  
  2745. <VirtualHost 193.105.239.124:80>
  2746. ServerName firmevl.agenda-vl.ro
  2747. ServerAlias www.firmevl.agenda-vl.ro firmevl.ro www.firmevl.ro
  2748. DocumentRoot /home/agendavl/public_html/firmevl.ro
  2749. ServerAdmin webmaster@firmevl.agenda-vl.ro
  2750. UseCanonicalName Off
  2751. CustomLog /usr/local/apache/domlogs/firmevl.agenda-vl.ro combined
  2752. <IfModule log_config_module>
  2753. <IfModule logio_module>
  2754. CustomLog /usr/local/apache/domlogs/firmevl.agenda-vl.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  2755. </IfModule>
  2756. </IfModule>
  2757. ## User agendavl # Needed for Cpanel::ApacheConf
  2758. <IfModule userdir_module>
  2759. <IfModule !mpm_itk.c>
  2760. <IfModule !ruid2_module>
  2761. UserDir enabled agendavl
  2762. </IfModule>
  2763. </IfModule>
  2764. </IfModule>
  2765.  
  2766. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  2767. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  2768. # the user's .htaccess file. For more information, please read:
  2769. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  2770. <IfModule include_module>
  2771. <Directory "/home/agendavl/public_html/firmevl.ro">
  2772. SSILegacyExprParser On
  2773. </Directory>
  2774. </IfModule>
  2775.  
  2776.  
  2777.  
  2778. <IfModule suphp_module>
  2779. suPHP_UserGroup agendavl agendavl
  2780. </IfModule>
  2781. <IfModule !mod_disable_suexec.c>
  2782. <IfModule !mod_ruid2.c>
  2783. SuexecUserGroup agendavl agendavl
  2784. </IfModule>
  2785. </IfModule>
  2786. <IfModule ruid2_module>
  2787. RMode config
  2788. RUidGid agendavl agendavl
  2789. </IfModule>
  2790. <IfModule mpm_itk.c>
  2791. # For more information on MPM ITK, please read:
  2792. # http://mpm-itk.sesse.net/
  2793. AssignUserID agendavl agendavl
  2794. </IfModule>
  2795.  
  2796. <IfModule alias_module>
  2797. ScriptAlias /cgi-bin/ /home/agendavl/public_html/firmevl.ro/cgi-bin/
  2798. </IfModule>
  2799.  
  2800. # To customize this VirtualHost use an include file at the following location
  2801. # Include "/usr/local/apache/conf/userdata/std/2_4/agendavl/firmevl.agenda-vl.ro/*.conf"
  2802. </VirtualHost>
  2803.  
  2804. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  2805.  
  2806. <VirtualHost 193.105.239.124:80>
  2807. ServerName blue-ivy.firmevl.ro
  2808. ServerAlias www.blue-ivy.firmevl.ro
  2809. DocumentRoot /home/agendavl/public_html/blue-ivy
  2810. ServerAdmin webmaster@blue-ivy.firmevl.ro
  2811. UseCanonicalName On
  2812. CustomLog /usr/local/apache/domlogs/blue-ivy.firmevl.ro combined
  2813. <IfModule log_config_module>
  2814. <IfModule logio_module>
  2815. CustomLog /usr/local/apache/domlogs/blue-ivy.firmevl.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  2816. </IfModule>
  2817. </IfModule>
  2818. ## User agendavl # Needed for Cpanel::ApacheConf
  2819. <IfModule userdir_module>
  2820. <IfModule !mpm_itk.c>
  2821. <IfModule !ruid2_module>
  2822. UserDir enabled agendavl
  2823. </IfModule>
  2824. </IfModule>
  2825. </IfModule>
  2826.  
  2827. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  2828. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  2829. # the user's .htaccess file. For more information, please read:
  2830. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  2831. <IfModule include_module>
  2832. <Directory "/home/agendavl/public_html/blue-ivy">
  2833. SSILegacyExprParser On
  2834. </Directory>
  2835. </IfModule>
  2836.  
  2837.  
  2838.  
  2839. <IfModule suphp_module>
  2840. suPHP_UserGroup agendavl agendavl
  2841. </IfModule>
  2842. <IfModule !mod_disable_suexec.c>
  2843. <IfModule !mod_ruid2.c>
  2844. SuexecUserGroup agendavl agendavl
  2845. </IfModule>
  2846. </IfModule>
  2847. <IfModule ruid2_module>
  2848. RMode config
  2849. RUidGid agendavl agendavl
  2850. </IfModule>
  2851. <IfModule mpm_itk.c>
  2852. # For more information on MPM ITK, please read:
  2853. # http://mpm-itk.sesse.net/
  2854. AssignUserID agendavl agendavl
  2855. </IfModule>
  2856.  
  2857. <IfModule alias_module>
  2858. ScriptAlias /cgi-bin/ /home/agendavl/public_html/blue-ivy/cgi-bin/
  2859. </IfModule>
  2860.  
  2861. # To customize this VirtualHost use an include file at the following location
  2862. # Include "/usr/local/apache/conf/userdata/std/2_4/agendavl/blue-ivy.firmevl.ro/*.conf"
  2863. </VirtualHost>
  2864.  
  2865. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  2866.  
  2867. <VirtualHost 193.105.239.124:80>
  2868. ServerName pepedale.firmevl.ro
  2869. ServerAlias www.pepedale.firmevl.ro
  2870. DocumentRoot /home/agendavl/public_html/pepedale
  2871. ServerAdmin webmaster@pepedale.firmevl.ro
  2872. UseCanonicalName On
  2873. CustomLog /usr/local/apache/domlogs/pepedale.firmevl.ro combined
  2874. <IfModule log_config_module>
  2875. <IfModule logio_module>
  2876. CustomLog /usr/local/apache/domlogs/pepedale.firmevl.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  2877. </IfModule>
  2878. </IfModule>
  2879. ## User agendavl # Needed for Cpanel::ApacheConf
  2880. <IfModule userdir_module>
  2881. <IfModule !mpm_itk.c>
  2882. <IfModule !ruid2_module>
  2883. UserDir enabled agendavl
  2884. </IfModule>
  2885. </IfModule>
  2886. </IfModule>
  2887.  
  2888. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  2889. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  2890. # the user's .htaccess file. For more information, please read:
  2891. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  2892. <IfModule include_module>
  2893. <Directory "/home/agendavl/public_html/pepedale">
  2894. SSILegacyExprParser On
  2895. </Directory>
  2896. </IfModule>
  2897.  
  2898.  
  2899.  
  2900. <IfModule suphp_module>
  2901. suPHP_UserGroup agendavl agendavl
  2902. </IfModule>
  2903. <IfModule !mod_disable_suexec.c>
  2904. <IfModule !mod_ruid2.c>
  2905. SuexecUserGroup agendavl agendavl
  2906. </IfModule>
  2907. </IfModule>
  2908. <IfModule ruid2_module>
  2909. RMode config
  2910. RUidGid agendavl agendavl
  2911. </IfModule>
  2912. <IfModule mpm_itk.c>
  2913. # For more information on MPM ITK, please read:
  2914. # http://mpm-itk.sesse.net/
  2915. AssignUserID agendavl agendavl
  2916. </IfModule>
  2917.  
  2918. <IfModule alias_module>
  2919. ScriptAlias /cgi-bin/ /home/agendavl/public_html/pepedale/cgi-bin/
  2920. </IfModule>
  2921.  
  2922. # To customize this VirtualHost use an include file at the following location
  2923. # Include "/usr/local/apache/conf/userdata/std/2_4/agendavl/pepedale.firmevl.ro/*.conf"
  2924. </VirtualHost>
  2925.  
  2926. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  2927.  
  2928. <VirtualHost 193.105.239.133:80>
  2929. ServerName energy.tier.ro.zz
  2930. ServerAlias www.energy.tier.ro.zz
  2931. DocumentRoot /home/rvadmin/public_html
  2932. ServerAdmin webmaster@energy.tier.ro.zz
  2933. UseCanonicalName Off
  2934. CustomLog /usr/local/apache/domlogs/energy.tier.ro.zz combined
  2935. <IfModule log_config_module>
  2936. <IfModule logio_module>
  2937. CustomLog /usr/local/apache/domlogs/energy.tier.ro.zz-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  2938. </IfModule>
  2939. </IfModule>
  2940. ## User rvadmin # Needed for Cpanel::ApacheConf
  2941. <IfModule userdir_module>
  2942. <IfModule !mpm_itk.c>
  2943. <IfModule !ruid2_module>
  2944. UserDir enabled rvadmin
  2945. </IfModule>
  2946. </IfModule>
  2947. </IfModule>
  2948.  
  2949. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  2950. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  2951. # the user's .htaccess file. For more information, please read:
  2952. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  2953. <IfModule include_module>
  2954. <Directory "/home/rvadmin/public_html">
  2955. SSILegacyExprParser On
  2956. </Directory>
  2957. </IfModule>
  2958.  
  2959.  
  2960.  
  2961. <IfModule suphp_module>
  2962. suPHP_UserGroup rvadmin rvadmin
  2963. </IfModule>
  2964. <IfModule !mod_disable_suexec.c>
  2965. <IfModule !mod_ruid2.c>
  2966. SuexecUserGroup rvadmin rvadmin
  2967. </IfModule>
  2968. </IfModule>
  2969. <IfModule ruid2_module>
  2970. RMode config
  2971. RUidGid rvadmin rvadmin
  2972. </IfModule>
  2973. <IfModule mpm_itk.c>
  2974. # For more information on MPM ITK, please read:
  2975. # http://mpm-itk.sesse.net/
  2976. AssignUserID rvadmin rvadmin
  2977. </IfModule>
  2978.  
  2979. <IfModule alias_module>
  2980. ScriptAlias /cgi-bin/ /home/rvadmin/public_html/cgi-bin/
  2981. </IfModule>
  2982.  
  2983. # To customize this VirtualHost use an include file at the following location
  2984. # Include "/usr/local/apache/conf/userdata/std/2_4/rvadmin/energy.tier.ro.zz/*.conf"
  2985. </VirtualHost>
  2986.  
  2987. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  2988.  
  2989. <VirtualHost 193.105.239.133:80>
  2990. ServerName airsoft-dat.ro
  2991. ServerAlias www.airsoft-dat.ro
  2992. DocumentRoot /home/airsoftd/public_html
  2993. ServerAdmin webmaster@airsoft-dat.ro
  2994. UseCanonicalName Off
  2995. CustomLog /usr/local/apache/domlogs/airsoft-dat.ro combined
  2996. <IfModule log_config_module>
  2997. <IfModule logio_module>
  2998. CustomLog /usr/local/apache/domlogs/airsoft-dat.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  2999. </IfModule>
  3000. </IfModule>
  3001. ## User airsoftd # Needed for Cpanel::ApacheConf
  3002. <IfModule userdir_module>
  3003. <IfModule !mpm_itk.c>
  3004. <IfModule !ruid2_module>
  3005. UserDir enabled airsoftd
  3006. </IfModule>
  3007. </IfModule>
  3008. </IfModule>
  3009.  
  3010. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  3011. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  3012. # the user's .htaccess file. For more information, please read:
  3013. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  3014. <IfModule include_module>
  3015. <Directory "/home/airsoftd/public_html">
  3016. SSILegacyExprParser On
  3017. </Directory>
  3018. </IfModule>
  3019.  
  3020.  
  3021.  
  3022. <IfModule suphp_module>
  3023. suPHP_UserGroup airsoftd airsoftd
  3024. </IfModule>
  3025. <IfModule !mod_disable_suexec.c>
  3026. <IfModule !mod_ruid2.c>
  3027. SuexecUserGroup airsoftd airsoftd
  3028. </IfModule>
  3029. </IfModule>
  3030. <IfModule ruid2_module>
  3031. RMode config
  3032. RUidGid airsoftd airsoftd
  3033. </IfModule>
  3034. <IfModule mpm_itk.c>
  3035. # For more information on MPM ITK, please read:
  3036. # http://mpm-itk.sesse.net/
  3037. AssignUserID airsoftd airsoftd
  3038. </IfModule>
  3039.  
  3040. <IfModule alias_module>
  3041. ScriptAlias /cgi-bin/ /home/airsoftd/public_html/cgi-bin/
  3042. </IfModule>
  3043.  
  3044. # To customize this VirtualHost use an include file at the following location
  3045. # Include "/usr/local/apache/conf/userdata/std/2_4/airsoftd/airsoft-dat.ro/*.conf"
  3046. </VirtualHost>
  3047.  
  3048. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  3049.  
  3050. <VirtualHost 193.105.239.133:80>
  3051. ServerName alfone.ro
  3052. ServerAlias www.alfone.ro
  3053. DocumentRoot /home/alfonero/public_html
  3054. ServerAdmin webmaster@alfone.ro
  3055. UseCanonicalName Off
  3056. CustomLog /usr/local/apache/domlogs/alfone.ro combined
  3057. <IfModule log_config_module>
  3058. <IfModule logio_module>
  3059. CustomLog /usr/local/apache/domlogs/alfone.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  3060. </IfModule>
  3061. </IfModule>
  3062. ## User alfonero # Needed for Cpanel::ApacheConf
  3063. <IfModule userdir_module>
  3064. <IfModule !mpm_itk.c>
  3065. <IfModule !ruid2_module>
  3066. UserDir enabled alfonero
  3067. </IfModule>
  3068. </IfModule>
  3069. </IfModule>
  3070.  
  3071. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  3072. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  3073. # the user's .htaccess file. For more information, please read:
  3074. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  3075. <IfModule include_module>
  3076. <Directory "/home/alfonero/public_html">
  3077. SSILegacyExprParser On
  3078. </Directory>
  3079. </IfModule>
  3080.  
  3081.  
  3082.  
  3083. <IfModule suphp_module>
  3084. suPHP_UserGroup alfonero alfonero
  3085. </IfModule>
  3086. <IfModule !mod_disable_suexec.c>
  3087. <IfModule !mod_ruid2.c>
  3088. SuexecUserGroup alfonero alfonero
  3089. </IfModule>
  3090. </IfModule>
  3091. <IfModule ruid2_module>
  3092. RMode config
  3093. RUidGid alfonero alfonero
  3094. </IfModule>
  3095. <IfModule mpm_itk.c>
  3096. # For more information on MPM ITK, please read:
  3097. # http://mpm-itk.sesse.net/
  3098. AssignUserID alfonero alfonero
  3099. </IfModule>
  3100.  
  3101. <IfModule alias_module>
  3102. ScriptAlias /cgi-bin/ /home/alfonero/public_html/cgi-bin/
  3103. </IfModule>
  3104.  
  3105. # To customize this VirtualHost use an include file at the following location
  3106. # Include "/usr/local/apache/conf/userdata/std/2_4/alfonero/alfone.ro/*.conf"
  3107. </VirtualHost>
  3108.  
  3109. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  3110.  
  3111. <VirtualHost 193.105.239.133:80>
  3112. ServerName solutions-alternative-energy.com
  3113. ServerAlias www.solutions-alternative-energy.com
  3114. DocumentRoot /home/alternat/public_html
  3115. ServerAdmin webmaster@solutions-alternative-energy.com
  3116. UseCanonicalName Off
  3117. Options -ExecCGI -Includes
  3118. RemoveHandler cgi-script .cgi .pl .plx .ppl .perl
  3119. CustomLog /usr/local/apache/domlogs/solutions-alternative-energy.com combined
  3120. <IfModule log_config_module>
  3121. <IfModule logio_module>
  3122. CustomLog /usr/local/apache/domlogs/solutions-alternative-energy.com-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  3123. </IfModule>
  3124. </IfModule>
  3125. ## User alternat # Needed for Cpanel::ApacheConf
  3126. <IfModule userdir_module>
  3127. <IfModule !mpm_itk.c>
  3128. <IfModule !ruid2_module>
  3129. UserDir enabled alternat
  3130. </IfModule>
  3131. </IfModule>
  3132. </IfModule>
  3133.  
  3134. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  3135. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  3136. # the user's .htaccess file. For more information, please read:
  3137. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  3138. <IfModule include_module>
  3139. <Directory "/home/alternat/public_html">
  3140. SSILegacyExprParser On
  3141. </Directory>
  3142. </IfModule>
  3143.  
  3144.  
  3145.  
  3146. <IfModule suphp_module>
  3147. suPHP_UserGroup alternat alternat
  3148. </IfModule>
  3149. <IfModule !mod_disable_suexec.c>
  3150. <IfModule !mod_ruid2.c>
  3151. SuexecUserGroup alternat alternat
  3152. </IfModule>
  3153. </IfModule>
  3154. <IfModule ruid2_module>
  3155. RMode config
  3156. RUidGid alternat alternat
  3157. </IfModule>
  3158. <IfModule mpm_itk.c>
  3159. # For more information on MPM ITK, please read:
  3160. # http://mpm-itk.sesse.net/
  3161. AssignUserID alternat alternat
  3162. </IfModule>
  3163.  
  3164.  
  3165. # To customize this VirtualHost use an include file at the following location
  3166. # Include "/usr/local/apache/conf/userdata/std/2_4/alternat/solutions-alternative-energy.com/*.conf"
  3167. </VirtualHost>
  3168.  
  3169. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  3170.  
  3171. <VirtualHost 193.105.239.133:80>
  3172. ServerName astrotm.space
  3173. ServerAlias www.astrotm.space
  3174. DocumentRoot /home/astrotm/public_html
  3175. ServerAdmin webmaster@astrotm.space
  3176. UseCanonicalName Off
  3177. CustomLog /usr/local/apache/domlogs/astrotm.space combined
  3178. <IfModule log_config_module>
  3179. <IfModule logio_module>
  3180. CustomLog /usr/local/apache/domlogs/astrotm.space-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  3181. </IfModule>
  3182. </IfModule>
  3183. ## User astrotm # Needed for Cpanel::ApacheConf
  3184. <IfModule userdir_module>
  3185. <IfModule !mpm_itk.c>
  3186. <IfModule !ruid2_module>
  3187. UserDir enabled astrotm
  3188. </IfModule>
  3189. </IfModule>
  3190. </IfModule>
  3191.  
  3192. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  3193. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  3194. # the user's .htaccess file. For more information, please read:
  3195. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  3196. <IfModule include_module>
  3197. <Directory "/home/astrotm/public_html">
  3198. SSILegacyExprParser On
  3199. </Directory>
  3200. </IfModule>
  3201.  
  3202.  
  3203.  
  3204. <IfModule suphp_module>
  3205. suPHP_UserGroup astrotm astrotm
  3206. </IfModule>
  3207. <IfModule !mod_disable_suexec.c>
  3208. <IfModule !mod_ruid2.c>
  3209. SuexecUserGroup astrotm astrotm
  3210. </IfModule>
  3211. </IfModule>
  3212. <IfModule ruid2_module>
  3213. RMode config
  3214. RUidGid astrotm astrotm
  3215. </IfModule>
  3216. <IfModule mpm_itk.c>
  3217. # For more information on MPM ITK, please read:
  3218. # http://mpm-itk.sesse.net/
  3219. AssignUserID astrotm astrotm
  3220. </IfModule>
  3221.  
  3222. <IfModule alias_module>
  3223. ScriptAlias /cgi-bin/ /home/astrotm/public_html/cgi-bin/
  3224. </IfModule>
  3225.  
  3226. # To customize this VirtualHost use an include file at the following location
  3227. # Include "/usr/local/apache/conf/userdata/std/2_4/astrotm/astrotm.space/*.conf"
  3228. </VirtualHost>
  3229.  
  3230. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  3231.  
  3232. <VirtualHost 193.105.239.133:80>
  3233. ServerName avgaina.ro
  3234. ServerAlias www.avgaina.ro
  3235. DocumentRoot /home/avgaina/public_html
  3236. ServerAdmin webmaster@avgaina.ro
  3237. UseCanonicalName Off
  3238. CustomLog /usr/local/apache/domlogs/avgaina.ro combined
  3239. <IfModule log_config_module>
  3240. <IfModule logio_module>
  3241. CustomLog /usr/local/apache/domlogs/avgaina.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  3242. </IfModule>
  3243. </IfModule>
  3244. ## User avgaina # Needed for Cpanel::ApacheConf
  3245. <IfModule userdir_module>
  3246. <IfModule !mpm_itk.c>
  3247. <IfModule !ruid2_module>
  3248. UserDir enabled avgaina
  3249. </IfModule>
  3250. </IfModule>
  3251. </IfModule>
  3252.  
  3253. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  3254. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  3255. # the user's .htaccess file. For more information, please read:
  3256. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  3257. <IfModule include_module>
  3258. <Directory "/home/avgaina/public_html">
  3259. SSILegacyExprParser On
  3260. </Directory>
  3261. </IfModule>
  3262.  
  3263.  
  3264.  
  3265. <IfModule suphp_module>
  3266. suPHP_UserGroup avgaina avgaina
  3267. </IfModule>
  3268. <IfModule !mod_disable_suexec.c>
  3269. <IfModule !mod_ruid2.c>
  3270. SuexecUserGroup avgaina avgaina
  3271. </IfModule>
  3272. </IfModule>
  3273. <IfModule ruid2_module>
  3274. RMode config
  3275. RUidGid avgaina avgaina
  3276. </IfModule>
  3277. <IfModule mpm_itk.c>
  3278. # For more information on MPM ITK, please read:
  3279. # http://mpm-itk.sesse.net/
  3280. AssignUserID avgaina avgaina
  3281. </IfModule>
  3282.  
  3283. <IfModule alias_module>
  3284. ScriptAlias /cgi-bin/ /home/avgaina/public_html/cgi-bin/
  3285. </IfModule>
  3286.  
  3287. # To customize this VirtualHost use an include file at the following location
  3288. # Include "/usr/local/apache/conf/userdata/std/2_4/avgaina/avgaina.ro/*.conf"
  3289. </VirtualHost>
  3290.  
  3291. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  3292.  
  3293. <VirtualHost 193.105.239.133:80>
  3294. ServerName baltajilavele.ro
  3295. ServerAlias www.baltajilavele.ro
  3296. DocumentRoot /home/baltajil/public_html
  3297. ServerAdmin webmaster@baltajilavele.ro
  3298. UseCanonicalName Off
  3299. CustomLog /usr/local/apache/domlogs/baltajilavele.ro combined
  3300. <IfModule log_config_module>
  3301. <IfModule logio_module>
  3302. CustomLog /usr/local/apache/domlogs/baltajilavele.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  3303. </IfModule>
  3304. </IfModule>
  3305. ## User baltajil # Needed for Cpanel::ApacheConf
  3306. <IfModule userdir_module>
  3307. <IfModule !mpm_itk.c>
  3308. <IfModule !ruid2_module>
  3309. UserDir enabled baltajil
  3310. </IfModule>
  3311. </IfModule>
  3312. </IfModule>
  3313.  
  3314. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  3315. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  3316. # the user's .htaccess file. For more information, please read:
  3317. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  3318. <IfModule include_module>
  3319. <Directory "/home/baltajil/public_html">
  3320. SSILegacyExprParser On
  3321. </Directory>
  3322. </IfModule>
  3323.  
  3324.  
  3325.  
  3326. <IfModule suphp_module>
  3327. suPHP_UserGroup baltajil baltajil
  3328. </IfModule>
  3329. <IfModule !mod_disable_suexec.c>
  3330. <IfModule !mod_ruid2.c>
  3331. SuexecUserGroup baltajil baltajil
  3332. </IfModule>
  3333. </IfModule>
  3334. <IfModule ruid2_module>
  3335. RMode config
  3336. RUidGid baltajil baltajil
  3337. </IfModule>
  3338. <IfModule mpm_itk.c>
  3339. # For more information on MPM ITK, please read:
  3340. # http://mpm-itk.sesse.net/
  3341. AssignUserID baltajil baltajil
  3342. </IfModule>
  3343.  
  3344. <IfModule alias_module>
  3345. ScriptAlias /cgi-bin/ /home/baltajil/public_html/cgi-bin/
  3346. </IfModule>
  3347.  
  3348. # To customize this VirtualHost use an include file at the following location
  3349. # Include "/usr/local/apache/conf/userdata/std/2_4/baltajil/baltajilavele.ro/*.conf"
  3350. </VirtualHost>
  3351.  
  3352. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  3353.  
  3354. <VirtualHost 193.105.239.133:80>
  3355. ServerName bcevbaicoi.tk
  3356. ServerAlias www.bcevbaicoi.tk
  3357. DocumentRoot /home/bcevbaic/public_html
  3358. ServerAdmin webmaster@bcevbaicoi.tk
  3359. UseCanonicalName Off
  3360. CustomLog /usr/local/apache/domlogs/bcevbaicoi.tk combined
  3361. <IfModule log_config_module>
  3362. <IfModule logio_module>
  3363. CustomLog /usr/local/apache/domlogs/bcevbaicoi.tk-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  3364. </IfModule>
  3365. </IfModule>
  3366. ## User bcevbaic # Needed for Cpanel::ApacheConf
  3367. <IfModule userdir_module>
  3368. <IfModule !mpm_itk.c>
  3369. <IfModule !ruid2_module>
  3370. UserDir enabled bcevbaic
  3371. </IfModule>
  3372. </IfModule>
  3373. </IfModule>
  3374.  
  3375. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  3376. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  3377. # the user's .htaccess file. For more information, please read:
  3378. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  3379. <IfModule include_module>
  3380. <Directory "/home/bcevbaic/public_html">
  3381. SSILegacyExprParser On
  3382. </Directory>
  3383. </IfModule>
  3384.  
  3385.  
  3386.  
  3387. <IfModule suphp_module>
  3388. suPHP_UserGroup bcevbaic bcevbaic
  3389. </IfModule>
  3390. <IfModule !mod_disable_suexec.c>
  3391. <IfModule !mod_ruid2.c>
  3392. SuexecUserGroup bcevbaic bcevbaic
  3393. </IfModule>
  3394. </IfModule>
  3395. <IfModule ruid2_module>
  3396. RMode config
  3397. RUidGid bcevbaic bcevbaic
  3398. </IfModule>
  3399. <IfModule mpm_itk.c>
  3400. # For more information on MPM ITK, please read:
  3401. # http://mpm-itk.sesse.net/
  3402. AssignUserID bcevbaic bcevbaic
  3403. </IfModule>
  3404.  
  3405. <IfModule alias_module>
  3406. ScriptAlias /cgi-bin/ /home/bcevbaic/public_html/cgi-bin/
  3407. </IfModule>
  3408.  
  3409. # To customize this VirtualHost use an include file at the following location
  3410. # Include "/usr/local/apache/conf/userdata/std/2_4/bcevbaic/bcevbaicoi.tk/*.conf"
  3411. </VirtualHost>
  3412.  
  3413. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  3414.  
  3415. <VirtualHost 193.105.239.133:80>
  3416. ServerName bioarmonia.ro
  3417. ServerAlias www.bioarmonia.ro
  3418. DocumentRoot /home/bioarmon/public_html
  3419. ServerAdmin webmaster@bioarmonia.ro
  3420. UseCanonicalName Off
  3421. CustomLog /usr/local/apache/domlogs/bioarmonia.ro combined
  3422. <IfModule log_config_module>
  3423. <IfModule logio_module>
  3424. CustomLog /usr/local/apache/domlogs/bioarmonia.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  3425. </IfModule>
  3426. </IfModule>
  3427. ## User bioarmon # Needed for Cpanel::ApacheConf
  3428. <IfModule userdir_module>
  3429. <IfModule !mpm_itk.c>
  3430. <IfModule !ruid2_module>
  3431. UserDir enabled bioarmon
  3432. </IfModule>
  3433. </IfModule>
  3434. </IfModule>
  3435.  
  3436. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  3437. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  3438. # the user's .htaccess file. For more information, please read:
  3439. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  3440. <IfModule include_module>
  3441. <Directory "/home/bioarmon/public_html">
  3442. SSILegacyExprParser On
  3443. </Directory>
  3444. </IfModule>
  3445.  
  3446.  
  3447.  
  3448. <IfModule suphp_module>
  3449. suPHP_UserGroup bioarmon bioarmon
  3450. </IfModule>
  3451. <IfModule !mod_disable_suexec.c>
  3452. <IfModule !mod_ruid2.c>
  3453. SuexecUserGroup bioarmon bioarmon
  3454. </IfModule>
  3455. </IfModule>
  3456. <IfModule ruid2_module>
  3457. RMode config
  3458. RUidGid bioarmon bioarmon
  3459. </IfModule>
  3460. <IfModule mpm_itk.c>
  3461. # For more information on MPM ITK, please read:
  3462. # http://mpm-itk.sesse.net/
  3463. AssignUserID bioarmon bioarmon
  3464. </IfModule>
  3465.  
  3466. <IfModule alias_module>
  3467. ScriptAlias /cgi-bin/ /home/bioarmon/public_html/cgi-bin/
  3468. </IfModule>
  3469.  
  3470. # To customize this VirtualHost use an include file at the following location
  3471. # Include "/usr/local/apache/conf/userdata/std/2_4/bioarmon/bioarmonia.ro/*.conf"
  3472. </VirtualHost>
  3473.  
  3474. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  3475.  
  3476. <VirtualHost 193.105.239.133:80>
  3477. ServerName brankov-kram.tk
  3478. ServerAlias www.brankov-kram.tk
  3479. DocumentRoot /home/brankovk/public_html
  3480. ServerAdmin webmaster@brankov-kram.tk
  3481. UseCanonicalName Off
  3482. CustomLog /usr/local/apache/domlogs/brankov-kram.tk combined
  3483. <IfModule log_config_module>
  3484. <IfModule logio_module>
  3485. CustomLog /usr/local/apache/domlogs/brankov-kram.tk-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  3486. </IfModule>
  3487. </IfModule>
  3488. ## User brankovk # Needed for Cpanel::ApacheConf
  3489. <IfModule userdir_module>
  3490. <IfModule !mpm_itk.c>
  3491. <IfModule !ruid2_module>
  3492. UserDir enabled brankovk
  3493. </IfModule>
  3494. </IfModule>
  3495. </IfModule>
  3496.  
  3497. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  3498. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  3499. # the user's .htaccess file. For more information, please read:
  3500. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  3501. <IfModule include_module>
  3502. <Directory "/home/brankovk/public_html">
  3503. SSILegacyExprParser On
  3504. </Directory>
  3505. </IfModule>
  3506.  
  3507.  
  3508.  
  3509. <IfModule suphp_module>
  3510. suPHP_UserGroup brankovk brankovk
  3511. </IfModule>
  3512. <IfModule !mod_disable_suexec.c>
  3513. <IfModule !mod_ruid2.c>
  3514. SuexecUserGroup brankovk brankovk
  3515. </IfModule>
  3516. </IfModule>
  3517. <IfModule ruid2_module>
  3518. RMode config
  3519. RUidGid brankovk brankovk
  3520. </IfModule>
  3521. <IfModule mpm_itk.c>
  3522. # For more information on MPM ITK, please read:
  3523. # http://mpm-itk.sesse.net/
  3524. AssignUserID brankovk brankovk
  3525. </IfModule>
  3526.  
  3527. <IfModule alias_module>
  3528. ScriptAlias /cgi-bin/ /home/brankovk/public_html/cgi-bin/
  3529. </IfModule>
  3530.  
  3531. # To customize this VirtualHost use an include file at the following location
  3532. # Include "/usr/local/apache/conf/userdata/std/2_4/brankovk/brankov-kram.tk/*.conf"
  3533. </VirtualHost>
  3534.  
  3535. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  3536.  
  3537. <VirtualHost 193.105.239.133:80>
  3538. ServerName capitolina-united.com
  3539. ServerAlias www.capitolina-united.com
  3540. DocumentRoot /home/capitolinaunited/public_html
  3541. ServerAdmin webmaster@capitolina-united.com
  3542. UseCanonicalName Off
  3543. CustomLog /usr/local/apache/domlogs/capitolina-united.com combined
  3544. <IfModule log_config_module>
  3545. <IfModule logio_module>
  3546. CustomLog /usr/local/apache/domlogs/capitolina-united.com-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  3547. </IfModule>
  3548. </IfModule>
  3549. ## User capitolinaunited # Needed for Cpanel::ApacheConf
  3550. <IfModule userdir_module>
  3551. <IfModule !mpm_itk.c>
  3552. <IfModule !ruid2_module>
  3553. UserDir enabled capitolinaunited
  3554. </IfModule>
  3555. </IfModule>
  3556. </IfModule>
  3557.  
  3558. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  3559. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  3560. # the user's .htaccess file. For more information, please read:
  3561. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  3562. <IfModule include_module>
  3563. <Directory "/home/capitolinaunited/public_html">
  3564. SSILegacyExprParser On
  3565. </Directory>
  3566. </IfModule>
  3567.  
  3568.  
  3569.  
  3570. <IfModule suphp_module>
  3571. suPHP_UserGroup capitolinaunited capitolinaunited
  3572. </IfModule>
  3573. <IfModule !mod_disable_suexec.c>
  3574. <IfModule !mod_ruid2.c>
  3575. SuexecUserGroup capitolinaunited capitolinaunited
  3576. </IfModule>
  3577. </IfModule>
  3578. <IfModule ruid2_module>
  3579. RMode config
  3580. RUidGid capitolinaunited capitolinaunited
  3581. </IfModule>
  3582. <IfModule mpm_itk.c>
  3583. # For more information on MPM ITK, please read:
  3584. # http://mpm-itk.sesse.net/
  3585. AssignUserID capitolinaunited capitolinaunited
  3586. </IfModule>
  3587.  
  3588. <IfModule alias_module>
  3589. ScriptAlias /cgi-bin/ /home/capitolinaunited/public_html/cgi-bin/
  3590. </IfModule>
  3591.  
  3592. # To customize this VirtualHost use an include file at the following location
  3593. # Include "/usr/local/apache/conf/userdata/std/2_4/capitolinaunited/capitolina-united.com/*.conf"
  3594. </VirtualHost>
  3595.  
  3596. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  3597.  
  3598. <VirtualHost 193.105.239.133:80>
  3599. ServerName centrulsfandrei.ro
  3600. ServerAlias www.centrulsfandrei.ro
  3601. DocumentRoot /home/centrulsfandrei/public_html
  3602. ServerAdmin webmaster@centrulsfandrei.ro
  3603. UseCanonicalName Off
  3604. CustomLog /usr/local/apache/domlogs/centrulsfandrei.ro combined
  3605. <IfModule log_config_module>
  3606. <IfModule logio_module>
  3607. CustomLog /usr/local/apache/domlogs/centrulsfandrei.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  3608. </IfModule>
  3609. </IfModule>
  3610. ## User centrulsfandrei # Needed for Cpanel::ApacheConf
  3611. <IfModule userdir_module>
  3612. <IfModule !mpm_itk.c>
  3613. <IfModule !ruid2_module>
  3614. UserDir enabled centrulsfandrei
  3615. </IfModule>
  3616. </IfModule>
  3617. </IfModule>
  3618.  
  3619. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  3620. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  3621. # the user's .htaccess file. For more information, please read:
  3622. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  3623. <IfModule include_module>
  3624. <Directory "/home/centrulsfandrei/public_html">
  3625. SSILegacyExprParser On
  3626. </Directory>
  3627. </IfModule>
  3628.  
  3629.  
  3630.  
  3631. <IfModule suphp_module>
  3632. suPHP_UserGroup centrulsfandrei centrulsfandrei
  3633. </IfModule>
  3634. <IfModule !mod_disable_suexec.c>
  3635. <IfModule !mod_ruid2.c>
  3636. SuexecUserGroup centrulsfandrei centrulsfandrei
  3637. </IfModule>
  3638. </IfModule>
  3639. <IfModule ruid2_module>
  3640. RMode config
  3641. RUidGid centrulsfandrei centrulsfandrei
  3642. </IfModule>
  3643. <IfModule mpm_itk.c>
  3644. # For more information on MPM ITK, please read:
  3645. # http://mpm-itk.sesse.net/
  3646. AssignUserID centrulsfandrei centrulsfandrei
  3647. </IfModule>
  3648.  
  3649. <IfModule alias_module>
  3650. ScriptAlias /cgi-bin/ /home/centrulsfandrei/public_html/cgi-bin/
  3651. </IfModule>
  3652.  
  3653. # To customize this VirtualHost use an include file at the following location
  3654. # Include "/usr/local/apache/conf/userdata/std/2_4/centrulsfandrei/centrulsfandrei.ro/*.conf"
  3655. </VirtualHost>
  3656.  
  3657. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  3658.  
  3659. <VirtualHost 193.105.239.133:80>
  3660. ServerName ckebad.net
  3661. ServerAlias www.ckebad.net
  3662. DocumentRoot /home/ckebadne/public_html
  3663. ServerAdmin webmaster@ckebad.net
  3664. UseCanonicalName Off
  3665. CustomLog /usr/local/apache/domlogs/ckebad.net combined
  3666. <IfModule log_config_module>
  3667. <IfModule logio_module>
  3668. CustomLog /usr/local/apache/domlogs/ckebad.net-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  3669. </IfModule>
  3670. </IfModule>
  3671. ## User ckebadne # Needed for Cpanel::ApacheConf
  3672. <IfModule userdir_module>
  3673. <IfModule !mpm_itk.c>
  3674. <IfModule !ruid2_module>
  3675. UserDir enabled ckebadne
  3676. </IfModule>
  3677. </IfModule>
  3678. </IfModule>
  3679.  
  3680. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  3681. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  3682. # the user's .htaccess file. For more information, please read:
  3683. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  3684. <IfModule include_module>
  3685. <Directory "/home/ckebadne/public_html">
  3686. SSILegacyExprParser On
  3687. </Directory>
  3688. </IfModule>
  3689.  
  3690.  
  3691.  
  3692. <IfModule suphp_module>
  3693. suPHP_UserGroup ckebadne ckebadne
  3694. </IfModule>
  3695. <IfModule !mod_disable_suexec.c>
  3696. <IfModule !mod_ruid2.c>
  3697. SuexecUserGroup ckebadne ckebadne
  3698. </IfModule>
  3699. </IfModule>
  3700. <IfModule ruid2_module>
  3701. RMode config
  3702. RUidGid ckebadne ckebadne
  3703. </IfModule>
  3704. <IfModule mpm_itk.c>
  3705. # For more information on MPM ITK, please read:
  3706. # http://mpm-itk.sesse.net/
  3707. AssignUserID ckebadne ckebadne
  3708. </IfModule>
  3709.  
  3710. <IfModule alias_module>
  3711. ScriptAlias /cgi-bin/ /home/ckebadne/public_html/cgi-bin/
  3712. </IfModule>
  3713.  
  3714. # To customize this VirtualHost use an include file at the following location
  3715. # Include "/usr/local/apache/conf/userdata/std/2_4/ckebadne/ckebad.net/*.conf"
  3716. </VirtualHost>
  3717.  
  3718. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  3719.  
  3720. <VirtualHost 193.105.239.133:80>
  3721. ServerName dragusin.net
  3722. ServerAlias www.dragusin.net
  3723. DocumentRoot /home/dragusin/public_html
  3724. ServerAdmin webmaster@dragusin.net
  3725. UseCanonicalName Off
  3726. CustomLog /usr/local/apache/domlogs/dragusin.net combined
  3727. <IfModule log_config_module>
  3728. <IfModule logio_module>
  3729. CustomLog /usr/local/apache/domlogs/dragusin.net-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  3730. </IfModule>
  3731. </IfModule>
  3732. ## User dragusin # Needed for Cpanel::ApacheConf
  3733. <IfModule userdir_module>
  3734. <IfModule !mpm_itk.c>
  3735. <IfModule !ruid2_module>
  3736. UserDir enabled dragusin
  3737. </IfModule>
  3738. </IfModule>
  3739. </IfModule>
  3740.  
  3741. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  3742. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  3743. # the user's .htaccess file. For more information, please read:
  3744. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  3745. <IfModule include_module>
  3746. <Directory "/home/dragusin/public_html">
  3747. SSILegacyExprParser On
  3748. </Directory>
  3749. </IfModule>
  3750.  
  3751.  
  3752.  
  3753. <IfModule suphp_module>
  3754. suPHP_UserGroup dragusin dragusin
  3755. </IfModule>
  3756. <IfModule !mod_disable_suexec.c>
  3757. <IfModule !mod_ruid2.c>
  3758. SuexecUserGroup dragusin dragusin
  3759. </IfModule>
  3760. </IfModule>
  3761. <IfModule ruid2_module>
  3762. RMode config
  3763. RUidGid dragusin dragusin
  3764. </IfModule>
  3765. <IfModule mpm_itk.c>
  3766. # For more information on MPM ITK, please read:
  3767. # http://mpm-itk.sesse.net/
  3768. AssignUserID dragusin dragusin
  3769. </IfModule>
  3770.  
  3771. <IfModule alias_module>
  3772. ScriptAlias /cgi-bin/ /home/dragusin/public_html/cgi-bin/
  3773. </IfModule>
  3774.  
  3775. # To customize this VirtualHost use an include file at the following location
  3776. # Include "/usr/local/apache/conf/userdata/std/2_4/dragusin/dragusin.net/*.conf"
  3777. </VirtualHost>
  3778.  
  3779. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  3780.  
  3781. <VirtualHost 193.105.239.133:80>
  3782. ServerName ecoset.ro
  3783. ServerAlias www.ecoset.ro
  3784. DocumentRoot /home/ecosetro/public_html
  3785. ServerAdmin webmaster@ecoset.ro
  3786. UseCanonicalName Off
  3787. CustomLog /usr/local/apache/domlogs/ecoset.ro combined
  3788. <IfModule log_config_module>
  3789. <IfModule logio_module>
  3790. CustomLog /usr/local/apache/domlogs/ecoset.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  3791. </IfModule>
  3792. </IfModule>
  3793. ## User ecosetro # Needed for Cpanel::ApacheConf
  3794. <IfModule userdir_module>
  3795. <IfModule !mpm_itk.c>
  3796. <IfModule !ruid2_module>
  3797. UserDir enabled ecosetro
  3798. </IfModule>
  3799. </IfModule>
  3800. </IfModule>
  3801.  
  3802. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  3803. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  3804. # the user's .htaccess file. For more information, please read:
  3805. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  3806. <IfModule include_module>
  3807. <Directory "/home/ecosetro/public_html">
  3808. SSILegacyExprParser On
  3809. </Directory>
  3810. </IfModule>
  3811.  
  3812.  
  3813.  
  3814. <IfModule suphp_module>
  3815. suPHP_UserGroup ecosetro ecosetro
  3816. </IfModule>
  3817. <IfModule !mod_disable_suexec.c>
  3818. <IfModule !mod_ruid2.c>
  3819. SuexecUserGroup ecosetro ecosetro
  3820. </IfModule>
  3821. </IfModule>
  3822. <IfModule ruid2_module>
  3823. RMode config
  3824. RUidGid ecosetro ecosetro
  3825. </IfModule>
  3826. <IfModule mpm_itk.c>
  3827. # For more information on MPM ITK, please read:
  3828. # http://mpm-itk.sesse.net/
  3829. AssignUserID ecosetro ecosetro
  3830. </IfModule>
  3831.  
  3832. <IfModule alias_module>
  3833. ScriptAlias /cgi-bin/ /home/ecosetro/public_html/cgi-bin/
  3834. </IfModule>
  3835.  
  3836. # To customize this VirtualHost use an include file at the following location
  3837. # Include "/usr/local/apache/conf/userdata/std/2_4/ecosetro/ecoset.ro/*.conf"
  3838. </VirtualHost>
  3839.  
  3840. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  3841.  
  3842. <VirtualHost 193.105.239.133:80>
  3843. ServerName e-musical.ro
  3844. ServerAlias www.e-musical.ro
  3845. DocumentRoot /home/emusical/public_html
  3846. ServerAdmin webmaster@e-musical.ro
  3847. UseCanonicalName Off
  3848. CustomLog /usr/local/apache/domlogs/e-musical.ro combined
  3849. <IfModule log_config_module>
  3850. <IfModule logio_module>
  3851. CustomLog /usr/local/apache/domlogs/e-musical.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  3852. </IfModule>
  3853. </IfModule>
  3854. ## User emusical # Needed for Cpanel::ApacheConf
  3855. <IfModule userdir_module>
  3856. <IfModule !mpm_itk.c>
  3857. <IfModule !ruid2_module>
  3858. UserDir enabled emusical
  3859. </IfModule>
  3860. </IfModule>
  3861. </IfModule>
  3862.  
  3863. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  3864. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  3865. # the user's .htaccess file. For more information, please read:
  3866. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  3867. <IfModule include_module>
  3868. <Directory "/home/emusical/public_html">
  3869. SSILegacyExprParser On
  3870. </Directory>
  3871. </IfModule>
  3872.  
  3873.  
  3874.  
  3875. <IfModule suphp_module>
  3876. suPHP_UserGroup emusical emusical
  3877. </IfModule>
  3878. <IfModule !mod_disable_suexec.c>
  3879. <IfModule !mod_ruid2.c>
  3880. SuexecUserGroup emusical emusical
  3881. </IfModule>
  3882. </IfModule>
  3883. <IfModule ruid2_module>
  3884. RMode config
  3885. RUidGid emusical emusical
  3886. </IfModule>
  3887. <IfModule mpm_itk.c>
  3888. # For more information on MPM ITK, please read:
  3889. # http://mpm-itk.sesse.net/
  3890. AssignUserID emusical emusical
  3891. </IfModule>
  3892.  
  3893. <IfModule alias_module>
  3894. ScriptAlias /cgi-bin/ /home/emusical/public_html/cgi-bin/
  3895. </IfModule>
  3896.  
  3897. # To customize this VirtualHost use an include file at the following location
  3898. # Include "/usr/local/apache/conf/userdata/std/2_4/emusical/e-musical.ro/*.conf"
  3899. </VirtualHost>
  3900.  
  3901. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  3902.  
  3903. <VirtualHost 193.105.239.133:80>
  3904. ServerName enaess.com
  3905. ServerAlias www.enaess.com
  3906. DocumentRoot /home/enaesscom/public_html
  3907. ServerAdmin webmaster@enaess.com
  3908. UseCanonicalName Off
  3909. CustomLog /usr/local/apache/domlogs/enaess.com combined
  3910. <IfModule log_config_module>
  3911. <IfModule logio_module>
  3912. CustomLog /usr/local/apache/domlogs/enaess.com-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  3913. </IfModule>
  3914. </IfModule>
  3915. ## User enaesscom # Needed for Cpanel::ApacheConf
  3916. <IfModule userdir_module>
  3917. <IfModule !mpm_itk.c>
  3918. <IfModule !ruid2_module>
  3919. UserDir enabled enaesscom
  3920. </IfModule>
  3921. </IfModule>
  3922. </IfModule>
  3923.  
  3924. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  3925. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  3926. # the user's .htaccess file. For more information, please read:
  3927. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  3928. <IfModule include_module>
  3929. <Directory "/home/enaesscom/public_html">
  3930. SSILegacyExprParser On
  3931. </Directory>
  3932. </IfModule>
  3933.  
  3934.  
  3935.  
  3936. <IfModule suphp_module>
  3937. suPHP_UserGroup enaesscom enaesscom
  3938. </IfModule>
  3939. <IfModule !mod_disable_suexec.c>
  3940. <IfModule !mod_ruid2.c>
  3941. SuexecUserGroup enaesscom enaesscom
  3942. </IfModule>
  3943. </IfModule>
  3944. <IfModule ruid2_module>
  3945. RMode config
  3946. RUidGid enaesscom enaesscom
  3947. </IfModule>
  3948. <IfModule mpm_itk.c>
  3949. # For more information on MPM ITK, please read:
  3950. # http://mpm-itk.sesse.net/
  3951. AssignUserID enaesscom enaesscom
  3952. </IfModule>
  3953.  
  3954. <IfModule alias_module>
  3955. ScriptAlias /cgi-bin/ /home/enaesscom/public_html/cgi-bin/
  3956. </IfModule>
  3957.  
  3958. # To customize this VirtualHost use an include file at the following location
  3959. # Include "/usr/local/apache/conf/userdata/std/2_4/enaesscom/enaess.com/*.conf"
  3960. </VirtualHost>
  3961.  
  3962. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  3963.  
  3964. <VirtualHost 193.105.239.133:80>
  3965. ServerName flora-solarsystem.info
  3966. ServerAlias www.flora-solarsystem.info
  3967. DocumentRoot /home/florasol/public_html
  3968. ServerAdmin webmaster@flora-solarsystem.info
  3969. UseCanonicalName Off
  3970. CustomLog /usr/local/apache/domlogs/flora-solarsystem.info combined
  3971. <IfModule log_config_module>
  3972. <IfModule logio_module>
  3973. CustomLog /usr/local/apache/domlogs/flora-solarsystem.info-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  3974. </IfModule>
  3975. </IfModule>
  3976. ## User florasol # Needed for Cpanel::ApacheConf
  3977. <IfModule userdir_module>
  3978. <IfModule !mpm_itk.c>
  3979. <IfModule !ruid2_module>
  3980. UserDir enabled florasol
  3981. </IfModule>
  3982. </IfModule>
  3983. </IfModule>
  3984.  
  3985. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  3986. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  3987. # the user's .htaccess file. For more information, please read:
  3988. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  3989. <IfModule include_module>
  3990. <Directory "/home/florasol/public_html">
  3991. SSILegacyExprParser On
  3992. </Directory>
  3993. </IfModule>
  3994.  
  3995.  
  3996.  
  3997. <IfModule suphp_module>
  3998. suPHP_UserGroup florasol florasol
  3999. </IfModule>
  4000. <IfModule !mod_disable_suexec.c>
  4001. <IfModule !mod_ruid2.c>
  4002. SuexecUserGroup florasol florasol
  4003. </IfModule>
  4004. </IfModule>
  4005. <IfModule ruid2_module>
  4006. RMode config
  4007. RUidGid florasol florasol
  4008. </IfModule>
  4009. <IfModule mpm_itk.c>
  4010. # For more information on MPM ITK, please read:
  4011. # http://mpm-itk.sesse.net/
  4012. AssignUserID florasol florasol
  4013. </IfModule>
  4014.  
  4015. <IfModule alias_module>
  4016. ScriptAlias /cgi-bin/ /home/florasol/public_html/cgi-bin/
  4017. </IfModule>
  4018.  
  4019. # To customize this VirtualHost use an include file at the following location
  4020. # Include "/usr/local/apache/conf/userdata/std/2_4/florasol/flora-solarsystem.info/*.conf"
  4021. </VirtualHost>
  4022.  
  4023. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  4024.  
  4025. <VirtualHost 193.105.239.133:80>
  4026. ServerName gamevision.ro
  4027. ServerAlias www.gamevision.ro
  4028. DocumentRoot /home/gamevisi/public_html
  4029. ServerAdmin webmaster@gamevision.ro
  4030. UseCanonicalName Off
  4031. CustomLog /usr/local/apache/domlogs/gamevision.ro combined
  4032. <IfModule log_config_module>
  4033. <IfModule logio_module>
  4034. CustomLog /usr/local/apache/domlogs/gamevision.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  4035. </IfModule>
  4036. </IfModule>
  4037. ## User gamevisi # Needed for Cpanel::ApacheConf
  4038. <IfModule userdir_module>
  4039. <IfModule !mpm_itk.c>
  4040. <IfModule !ruid2_module>
  4041. UserDir enabled gamevisi
  4042. </IfModule>
  4043. </IfModule>
  4044. </IfModule>
  4045.  
  4046. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  4047. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  4048. # the user's .htaccess file. For more information, please read:
  4049. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  4050. <IfModule include_module>
  4051. <Directory "/home/gamevisi/public_html">
  4052. SSILegacyExprParser On
  4053. </Directory>
  4054. </IfModule>
  4055.  
  4056.  
  4057.  
  4058. <IfModule suphp_module>
  4059. suPHP_UserGroup gamevisi gamevisi
  4060. </IfModule>
  4061. <IfModule !mod_disable_suexec.c>
  4062. <IfModule !mod_ruid2.c>
  4063. SuexecUserGroup gamevisi gamevisi
  4064. </IfModule>
  4065. </IfModule>
  4066. <IfModule ruid2_module>
  4067. RMode config
  4068. RUidGid gamevisi gamevisi
  4069. </IfModule>
  4070. <IfModule mpm_itk.c>
  4071. # For more information on MPM ITK, please read:
  4072. # http://mpm-itk.sesse.net/
  4073. AssignUserID gamevisi gamevisi
  4074. </IfModule>
  4075.  
  4076. <IfModule alias_module>
  4077. ScriptAlias /cgi-bin/ /home/gamevisi/public_html/cgi-bin/
  4078. </IfModule>
  4079.  
  4080. # To customize this VirtualHost use an include file at the following location
  4081. # Include "/usr/local/apache/conf/userdata/std/2_4/gamevisi/gamevision.ro/*.conf"
  4082. </VirtualHost>
  4083.  
  4084. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  4085.  
  4086. <VirtualHost 193.105.239.133:80>
  4087. ServerName hanul-logofatului.ro
  4088. ServerAlias hanullogofatului.ro www.hanul-logofatului.ro www.hanullogofatului.ro
  4089. DocumentRoot /home/hanullog/public_html
  4090. ServerAdmin webmaster@hanul-logofatului.ro
  4091. UseCanonicalName Off
  4092. CustomLog /usr/local/apache/domlogs/hanul-logofatului.ro combined
  4093. <IfModule log_config_module>
  4094. <IfModule logio_module>
  4095. CustomLog /usr/local/apache/domlogs/hanul-logofatului.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  4096. </IfModule>
  4097. </IfModule>
  4098. ## User hanullog # Needed for Cpanel::ApacheConf
  4099. <IfModule userdir_module>
  4100. <IfModule !mpm_itk.c>
  4101. <IfModule !ruid2_module>
  4102. UserDir enabled hanullog
  4103. </IfModule>
  4104. </IfModule>
  4105. </IfModule>
  4106.  
  4107. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  4108. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  4109. # the user's .htaccess file. For more information, please read:
  4110. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  4111. <IfModule include_module>
  4112. <Directory "/home/hanullog/public_html">
  4113. SSILegacyExprParser On
  4114. </Directory>
  4115. </IfModule>
  4116.  
  4117.  
  4118.  
  4119. <IfModule suphp_module>
  4120. suPHP_UserGroup hanullog hanullog
  4121. </IfModule>
  4122. <IfModule !mod_disable_suexec.c>
  4123. <IfModule !mod_ruid2.c>
  4124. SuexecUserGroup hanullog hanullog
  4125. </IfModule>
  4126. </IfModule>
  4127. <IfModule ruid2_module>
  4128. RMode config
  4129. RUidGid hanullog hanullog
  4130. </IfModule>
  4131. <IfModule mpm_itk.c>
  4132. # For more information on MPM ITK, please read:
  4133. # http://mpm-itk.sesse.net/
  4134. AssignUserID hanullog hanullog
  4135. </IfModule>
  4136.  
  4137. <IfModule alias_module>
  4138. ScriptAlias /cgi-bin/ /home/hanullog/public_html/cgi-bin/
  4139. </IfModule>
  4140.  
  4141. # To customize this VirtualHost use an include file at the following location
  4142. # Include "/usr/local/apache/conf/userdata/std/2_4/hanullog/hanul-logofatului.ro/*.conf"
  4143. </VirtualHost>
  4144.  
  4145. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  4146.  
  4147. <VirtualHost 193.105.239.133:80>
  4148. ServerName i-car.ro
  4149. ServerAlias www.i-car.ro
  4150. DocumentRoot /home/icarro/public_html
  4151. ServerAdmin webmaster@i-car.ro
  4152. UseCanonicalName Off
  4153. CustomLog /usr/local/apache/domlogs/i-car.ro combined
  4154. <IfModule log_config_module>
  4155. <IfModule logio_module>
  4156. CustomLog /usr/local/apache/domlogs/i-car.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  4157. </IfModule>
  4158. </IfModule>
  4159. ## User icarro # Needed for Cpanel::ApacheConf
  4160. <IfModule userdir_module>
  4161. <IfModule !mpm_itk.c>
  4162. <IfModule !ruid2_module>
  4163. UserDir enabled icarro
  4164. </IfModule>
  4165. </IfModule>
  4166. </IfModule>
  4167.  
  4168. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  4169. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  4170. # the user's .htaccess file. For more information, please read:
  4171. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  4172. <IfModule include_module>
  4173. <Directory "/home/icarro/public_html">
  4174. SSILegacyExprParser On
  4175. </Directory>
  4176. </IfModule>
  4177.  
  4178.  
  4179.  
  4180. <IfModule suphp_module>
  4181. suPHP_UserGroup icarro icarro
  4182. </IfModule>
  4183. <IfModule !mod_disable_suexec.c>
  4184. <IfModule !mod_ruid2.c>
  4185. SuexecUserGroup icarro icarro
  4186. </IfModule>
  4187. </IfModule>
  4188. <IfModule ruid2_module>
  4189. RMode config
  4190. RUidGid icarro icarro
  4191. </IfModule>
  4192. <IfModule mpm_itk.c>
  4193. # For more information on MPM ITK, please read:
  4194. # http://mpm-itk.sesse.net/
  4195. AssignUserID icarro icarro
  4196. </IfModule>
  4197.  
  4198. <IfModule alias_module>
  4199. ScriptAlias /cgi-bin/ /home/icarro/public_html/cgi-bin/
  4200. </IfModule>
  4201.  
  4202. # To customize this VirtualHost use an include file at the following location
  4203. # Include "/usr/local/apache/conf/userdata/std/2_4/icarro/i-car.ro/*.conf"
  4204. </VirtualHost>
  4205.  
  4206. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  4207.  
  4208. <VirtualHost 193.105.239.133:80>
  4209. ServerName icssnet.ro
  4210. ServerAlias www.icssnet.ro
  4211. DocumentRoot /home/icssnet/public_html
  4212. ServerAdmin webmaster@icssnet.ro
  4213. UseCanonicalName Off
  4214. CustomLog /usr/local/apache/domlogs/icssnet.ro combined
  4215. <IfModule log_config_module>
  4216. <IfModule logio_module>
  4217. CustomLog /usr/local/apache/domlogs/icssnet.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  4218. </IfModule>
  4219. </IfModule>
  4220. ## User icssnet # Needed for Cpanel::ApacheConf
  4221. <IfModule userdir_module>
  4222. <IfModule !mpm_itk.c>
  4223. <IfModule !ruid2_module>
  4224. UserDir enabled icssnet
  4225. </IfModule>
  4226. </IfModule>
  4227. </IfModule>
  4228.  
  4229. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  4230. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  4231. # the user's .htaccess file. For more information, please read:
  4232. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  4233. <IfModule include_module>
  4234. <Directory "/home/icssnet/public_html">
  4235. SSILegacyExprParser On
  4236. </Directory>
  4237. </IfModule>
  4238.  
  4239.  
  4240.  
  4241. <IfModule suphp_module>
  4242. suPHP_UserGroup icssnet icssnet
  4243. </IfModule>
  4244. <IfModule !mod_disable_suexec.c>
  4245. <IfModule !mod_ruid2.c>
  4246. SuexecUserGroup icssnet icssnet
  4247. </IfModule>
  4248. </IfModule>
  4249. <IfModule ruid2_module>
  4250. RMode config
  4251. RUidGid icssnet icssnet
  4252. </IfModule>
  4253. <IfModule mpm_itk.c>
  4254. # For more information on MPM ITK, please read:
  4255. # http://mpm-itk.sesse.net/
  4256. AssignUserID icssnet icssnet
  4257. </IfModule>
  4258.  
  4259. <IfModule alias_module>
  4260. ScriptAlias /cgi-bin/ /home/icssnet/public_html/cgi-bin/
  4261. </IfModule>
  4262.  
  4263. # To customize this VirtualHost use an include file at the following location
  4264. # Include "/usr/local/apache/conf/userdata/std/2_4/icssnet/icssnet.ro/*.conf"
  4265. </VirtualHost>
  4266.  
  4267. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  4268.  
  4269. <VirtualHost 193.105.239.133:80>
  4270. ServerName icssshop.ro
  4271. ServerAlias www.icssshop.ro
  4272. DocumentRoot /home/icssshop/public_html
  4273. ServerAdmin webmaster@icssshop.ro
  4274. UseCanonicalName Off
  4275. CustomLog /usr/local/apache/domlogs/icssshop.ro combined
  4276. <IfModule log_config_module>
  4277. <IfModule logio_module>
  4278. CustomLog /usr/local/apache/domlogs/icssshop.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  4279. </IfModule>
  4280. </IfModule>
  4281. ## User icssshop # Needed for Cpanel::ApacheConf
  4282. <IfModule userdir_module>
  4283. <IfModule !mpm_itk.c>
  4284. <IfModule !ruid2_module>
  4285. UserDir enabled icssshop
  4286. </IfModule>
  4287. </IfModule>
  4288. </IfModule>
  4289.  
  4290. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  4291. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  4292. # the user's .htaccess file. For more information, please read:
  4293. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  4294. <IfModule include_module>
  4295. <Directory "/home/icssshop/public_html">
  4296. SSILegacyExprParser On
  4297. </Directory>
  4298. </IfModule>
  4299.  
  4300.  
  4301.  
  4302. <IfModule suphp_module>
  4303. suPHP_UserGroup icssshop icssshop
  4304. </IfModule>
  4305. <IfModule !mod_disable_suexec.c>
  4306. <IfModule !mod_ruid2.c>
  4307. SuexecUserGroup icssshop icssshop
  4308. </IfModule>
  4309. </IfModule>
  4310. <IfModule ruid2_module>
  4311. RMode config
  4312. RUidGid icssshop icssshop
  4313. </IfModule>
  4314. <IfModule mpm_itk.c>
  4315. # For more information on MPM ITK, please read:
  4316. # http://mpm-itk.sesse.net/
  4317. AssignUserID icssshop icssshop
  4318. </IfModule>
  4319.  
  4320. <IfModule alias_module>
  4321. ScriptAlias /cgi-bin/ /home/icssshop/public_html/cgi-bin/
  4322. </IfModule>
  4323.  
  4324. # To customize this VirtualHost use an include file at the following location
  4325. # Include "/usr/local/apache/conf/userdata/std/2_4/icssshop/icssshop.ro/*.conf"
  4326. </VirtualHost>
  4327.  
  4328. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  4329.  
  4330. <VirtualHost 193.105.239.133:80>
  4331. ServerName intreborice.ro
  4332. ServerAlias www.intreborice.ro
  4333. DocumentRoot /home/intrebor/public_html
  4334. ServerAdmin webmaster@intreborice.ro
  4335. UseCanonicalName Off
  4336. CustomLog /usr/local/apache/domlogs/intreborice.ro combined
  4337. <IfModule log_config_module>
  4338. <IfModule logio_module>
  4339. CustomLog /usr/local/apache/domlogs/intreborice.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  4340. </IfModule>
  4341. </IfModule>
  4342. ## User intrebor # Needed for Cpanel::ApacheConf
  4343. <IfModule userdir_module>
  4344. <IfModule !mpm_itk.c>
  4345. <IfModule !ruid2_module>
  4346. UserDir enabled intrebor
  4347. </IfModule>
  4348. </IfModule>
  4349. </IfModule>
  4350.  
  4351. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  4352. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  4353. # the user's .htaccess file. For more information, please read:
  4354. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  4355. <IfModule include_module>
  4356. <Directory "/home/intrebor/public_html">
  4357. SSILegacyExprParser On
  4358. </Directory>
  4359. </IfModule>
  4360.  
  4361.  
  4362.  
  4363. <IfModule suphp_module>
  4364. suPHP_UserGroup intrebor intrebor
  4365. </IfModule>
  4366. <IfModule !mod_disable_suexec.c>
  4367. <IfModule !mod_ruid2.c>
  4368. SuexecUserGroup intrebor intrebor
  4369. </IfModule>
  4370. </IfModule>
  4371. <IfModule ruid2_module>
  4372. RMode config
  4373. RUidGid intrebor intrebor
  4374. </IfModule>
  4375. <IfModule mpm_itk.c>
  4376. # For more information on MPM ITK, please read:
  4377. # http://mpm-itk.sesse.net/
  4378. AssignUserID intrebor intrebor
  4379. </IfModule>
  4380.  
  4381. <IfModule alias_module>
  4382. ScriptAlias /cgi-bin/ /home/intrebor/public_html/cgi-bin/
  4383. </IfModule>
  4384.  
  4385. # To customize this VirtualHost use an include file at the following location
  4386. # Include "/usr/local/apache/conf/userdata/std/2_4/intrebor/intreborice.ro/*.conf"
  4387. </VirtualHost>
  4388.  
  4389. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  4390.  
  4391. <VirtualHost 193.105.239.133:80>
  4392. ServerName klub-mania.ro
  4393. ServerAlias www.klub-mania.ro
  4394. DocumentRoot /home/klubmani/public_html
  4395. ServerAdmin webmaster@klub-mania.ro
  4396. UseCanonicalName Off
  4397. CustomLog /usr/local/apache/domlogs/klub-mania.ro combined
  4398. <IfModule log_config_module>
  4399. <IfModule logio_module>
  4400. CustomLog /usr/local/apache/domlogs/klub-mania.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  4401. </IfModule>
  4402. </IfModule>
  4403. ## User klubmani # Needed for Cpanel::ApacheConf
  4404. <IfModule userdir_module>
  4405. <IfModule !mpm_itk.c>
  4406. <IfModule !ruid2_module>
  4407. UserDir enabled klubmani
  4408. </IfModule>
  4409. </IfModule>
  4410. </IfModule>
  4411.  
  4412. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  4413. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  4414. # the user's .htaccess file. For more information, please read:
  4415. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  4416. <IfModule include_module>
  4417. <Directory "/home/klubmani/public_html">
  4418. SSILegacyExprParser On
  4419. </Directory>
  4420. </IfModule>
  4421.  
  4422.  
  4423.  
  4424. <IfModule suphp_module>
  4425. suPHP_UserGroup klubmani klubmani
  4426. </IfModule>
  4427. <IfModule !mod_disable_suexec.c>
  4428. <IfModule !mod_ruid2.c>
  4429. SuexecUserGroup klubmani klubmani
  4430. </IfModule>
  4431. </IfModule>
  4432. <IfModule ruid2_module>
  4433. RMode config
  4434. RUidGid klubmani klubmani
  4435. </IfModule>
  4436. <IfModule mpm_itk.c>
  4437. # For more information on MPM ITK, please read:
  4438. # http://mpm-itk.sesse.net/
  4439. AssignUserID klubmani klubmani
  4440. </IfModule>
  4441.  
  4442. <IfModule alias_module>
  4443. ScriptAlias /cgi-bin/ /home/klubmani/public_html/cgi-bin/
  4444. </IfModule>
  4445.  
  4446. # To customize this VirtualHost use an include file at the following location
  4447. # Include "/usr/local/apache/conf/userdata/std/2_4/klubmani/klub-mania.ro/*.conf"
  4448. </VirtualHost>
  4449.  
  4450. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  4451.  
  4452. <VirtualHost 193.105.239.133:80>
  4453. ServerName lary-style.it
  4454. ServerAlias www.lary-style.it
  4455. DocumentRoot /home/larystyl/public_html
  4456. ServerAdmin webmaster@lary-style.it
  4457. UseCanonicalName Off
  4458. CustomLog /usr/local/apache/domlogs/lary-style.it combined
  4459. <IfModule log_config_module>
  4460. <IfModule logio_module>
  4461. CustomLog /usr/local/apache/domlogs/lary-style.it-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  4462. </IfModule>
  4463. </IfModule>
  4464. ## User larystyl # Needed for Cpanel::ApacheConf
  4465. <IfModule userdir_module>
  4466. <IfModule !mpm_itk.c>
  4467. <IfModule !ruid2_module>
  4468. UserDir enabled larystyl
  4469. </IfModule>
  4470. </IfModule>
  4471. </IfModule>
  4472.  
  4473. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  4474. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  4475. # the user's .htaccess file. For more information, please read:
  4476. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  4477. <IfModule include_module>
  4478. <Directory "/home/larystyl/public_html">
  4479. SSILegacyExprParser On
  4480. </Directory>
  4481. </IfModule>
  4482.  
  4483.  
  4484.  
  4485. <IfModule suphp_module>
  4486. suPHP_UserGroup larystyl larystyl
  4487. </IfModule>
  4488. <IfModule !mod_disable_suexec.c>
  4489. <IfModule !mod_ruid2.c>
  4490. SuexecUserGroup larystyl larystyl
  4491. </IfModule>
  4492. </IfModule>
  4493. <IfModule ruid2_module>
  4494. RMode config
  4495. RUidGid larystyl larystyl
  4496. </IfModule>
  4497. <IfModule mpm_itk.c>
  4498. # For more information on MPM ITK, please read:
  4499. # http://mpm-itk.sesse.net/
  4500. AssignUserID larystyl larystyl
  4501. </IfModule>
  4502.  
  4503. <IfModule alias_module>
  4504. ScriptAlias /cgi-bin/ /home/larystyl/public_html/cgi-bin/
  4505. </IfModule>
  4506.  
  4507. # To customize this VirtualHost use an include file at the following location
  4508. # Include "/usr/local/apache/conf/userdata/std/2_4/larystyl/lary-style.it/*.conf"
  4509. </VirtualHost>
  4510.  
  4511. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  4512.  
  4513. <VirtualHost 193.105.239.133:80>
  4514. ServerName legal-translate.ro
  4515. ServerAlias www.legal-translate.ro
  4516. DocumentRoot /home/legaltra/public_html
  4517. ServerAdmin webmaster@legal-translate.ro
  4518. UseCanonicalName Off
  4519. CustomLog /usr/local/apache/domlogs/legal-translate.ro combined
  4520. <IfModule log_config_module>
  4521. <IfModule logio_module>
  4522. CustomLog /usr/local/apache/domlogs/legal-translate.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  4523. </IfModule>
  4524. </IfModule>
  4525. ## User legaltra # Needed for Cpanel::ApacheConf
  4526. <IfModule userdir_module>
  4527. <IfModule !mpm_itk.c>
  4528. <IfModule !ruid2_module>
  4529. UserDir enabled legaltra
  4530. </IfModule>
  4531. </IfModule>
  4532. </IfModule>
  4533.  
  4534. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  4535. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  4536. # the user's .htaccess file. For more information, please read:
  4537. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  4538. <IfModule include_module>
  4539. <Directory "/home/legaltra/public_html">
  4540. SSILegacyExprParser On
  4541. </Directory>
  4542. </IfModule>
  4543.  
  4544.  
  4545.  
  4546. <IfModule suphp_module>
  4547. suPHP_UserGroup legaltra legaltra
  4548. </IfModule>
  4549. <IfModule !mod_disable_suexec.c>
  4550. <IfModule !mod_ruid2.c>
  4551. SuexecUserGroup legaltra legaltra
  4552. </IfModule>
  4553. </IfModule>
  4554. <IfModule ruid2_module>
  4555. RMode config
  4556. RUidGid legaltra legaltra
  4557. </IfModule>
  4558. <IfModule mpm_itk.c>
  4559. # For more information on MPM ITK, please read:
  4560. # http://mpm-itk.sesse.net/
  4561. AssignUserID legaltra legaltra
  4562. </IfModule>
  4563.  
  4564. <IfModule alias_module>
  4565. ScriptAlias /cgi-bin/ /home/legaltra/public_html/cgi-bin/
  4566. </IfModule>
  4567.  
  4568. # To customize this VirtualHost use an include file at the following location
  4569. # Include "/usr/local/apache/conf/userdata/std/2_4/legaltra/legal-translate.ro/*.conf"
  4570. </VirtualHost>
  4571.  
  4572. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  4573.  
  4574. <VirtualHost 193.105.239.133:80>
  4575. ServerName magazinuldesuveniruri.ro
  4576. ServerAlias www.magazinuldesuveniruri.ro
  4577. DocumentRoot /home/magazinu/public_html
  4578. ServerAdmin webmaster@magazinuldesuveniruri.ro
  4579. UseCanonicalName Off
  4580. CustomLog /usr/local/apache/domlogs/magazinuldesuveniruri.ro combined
  4581. <IfModule log_config_module>
  4582. <IfModule logio_module>
  4583. CustomLog /usr/local/apache/domlogs/magazinuldesuveniruri.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  4584. </IfModule>
  4585. </IfModule>
  4586. ## User magazinu # Needed for Cpanel::ApacheConf
  4587. <IfModule userdir_module>
  4588. <IfModule !mpm_itk.c>
  4589. <IfModule !ruid2_module>
  4590. UserDir enabled magazinu
  4591. </IfModule>
  4592. </IfModule>
  4593. </IfModule>
  4594.  
  4595. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  4596. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  4597. # the user's .htaccess file. For more information, please read:
  4598. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  4599. <IfModule include_module>
  4600. <Directory "/home/magazinu/public_html">
  4601. SSILegacyExprParser On
  4602. </Directory>
  4603. </IfModule>
  4604.  
  4605.  
  4606.  
  4607. <IfModule suphp_module>
  4608. suPHP_UserGroup magazinu magazinu
  4609. </IfModule>
  4610. <IfModule !mod_disable_suexec.c>
  4611. <IfModule !mod_ruid2.c>
  4612. SuexecUserGroup magazinu magazinu
  4613. </IfModule>
  4614. </IfModule>
  4615. <IfModule ruid2_module>
  4616. RMode config
  4617. RUidGid magazinu magazinu
  4618. </IfModule>
  4619. <IfModule mpm_itk.c>
  4620. # For more information on MPM ITK, please read:
  4621. # http://mpm-itk.sesse.net/
  4622. AssignUserID magazinu magazinu
  4623. </IfModule>
  4624.  
  4625. <IfModule alias_module>
  4626. ScriptAlias /cgi-bin/ /home/magazinu/public_html/cgi-bin/
  4627. </IfModule>
  4628.  
  4629. # To customize this VirtualHost use an include file at the following location
  4630. # Include "/usr/local/apache/conf/userdata/std/2_4/magazinu/magazinuldesuveniruri.ro/*.conf"
  4631. </VirtualHost>
  4632.  
  4633. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  4634.  
  4635. <VirtualHost 193.105.239.133:80>
  4636. ServerName mail-state.com
  4637. ServerAlias www.mail-state.com
  4638. DocumentRoot /home/mailstat/public_html
  4639. ServerAdmin webmaster@mail-state.com
  4640. UseCanonicalName Off
  4641. Options -ExecCGI -Includes
  4642. RemoveHandler cgi-script .cgi .pl .plx .ppl .perl
  4643. CustomLog /usr/local/apache/domlogs/mail-state.com combined
  4644. <IfModule log_config_module>
  4645. <IfModule logio_module>
  4646. CustomLog /usr/local/apache/domlogs/mail-state.com-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  4647. </IfModule>
  4648. </IfModule>
  4649. ## User mailstat # Needed for Cpanel::ApacheConf
  4650. <IfModule userdir_module>
  4651. <IfModule !mpm_itk.c>
  4652. <IfModule !ruid2_module>
  4653. UserDir enabled mailstat
  4654. </IfModule>
  4655. </IfModule>
  4656. </IfModule>
  4657.  
  4658. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  4659. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  4660. # the user's .htaccess file. For more information, please read:
  4661. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  4662. <IfModule include_module>
  4663. <Directory "/home/mailstat/public_html">
  4664. SSILegacyExprParser On
  4665. </Directory>
  4666. </IfModule>
  4667.  
  4668.  
  4669.  
  4670. <IfModule suphp_module>
  4671. suPHP_UserGroup mailstat mailstat
  4672. </IfModule>
  4673. <IfModule !mod_disable_suexec.c>
  4674. <IfModule !mod_ruid2.c>
  4675. SuexecUserGroup mailstat mailstat
  4676. </IfModule>
  4677. </IfModule>
  4678. <IfModule ruid2_module>
  4679. RMode config
  4680. RUidGid mailstat mailstat
  4681. </IfModule>
  4682. <IfModule mpm_itk.c>
  4683. # For more information on MPM ITK, please read:
  4684. # http://mpm-itk.sesse.net/
  4685. AssignUserID mailstat mailstat
  4686. </IfModule>
  4687.  
  4688.  
  4689. # To customize this VirtualHost use an include file at the following location
  4690. # Include "/usr/local/apache/conf/userdata/std/2_4/mailstat/mail-state.com/*.conf"
  4691. </VirtualHost>
  4692.  
  4693. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  4694.  
  4695. <VirtualHost 193.105.239.133:80>
  4696. ServerName metalproduction.ro
  4697. ServerAlias www.metalproduction.ro
  4698. DocumentRoot /home/metalproduction/public_html
  4699. ServerAdmin webmaster@metalproduction.ro
  4700. UseCanonicalName Off
  4701. CustomLog /usr/local/apache/domlogs/metalproduction.ro combined
  4702. <IfModule log_config_module>
  4703. <IfModule logio_module>
  4704. CustomLog /usr/local/apache/domlogs/metalproduction.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  4705. </IfModule>
  4706. </IfModule>
  4707. ## User metalproduction # Needed for Cpanel::ApacheConf
  4708. <IfModule userdir_module>
  4709. <IfModule !mpm_itk.c>
  4710. <IfModule !ruid2_module>
  4711. UserDir enabled metalproduction
  4712. </IfModule>
  4713. </IfModule>
  4714. </IfModule>
  4715.  
  4716. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  4717. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  4718. # the user's .htaccess file. For more information, please read:
  4719. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  4720. <IfModule include_module>
  4721. <Directory "/home/metalproduction/public_html">
  4722. SSILegacyExprParser On
  4723. </Directory>
  4724. </IfModule>
  4725.  
  4726.  
  4727.  
  4728. <IfModule suphp_module>
  4729. suPHP_UserGroup metalproduction metalproduction
  4730. </IfModule>
  4731. <IfModule !mod_disable_suexec.c>
  4732. <IfModule !mod_ruid2.c>
  4733. SuexecUserGroup metalproduction metalproduction
  4734. </IfModule>
  4735. </IfModule>
  4736. <IfModule ruid2_module>
  4737. RMode config
  4738. RUidGid metalproduction metalproduction
  4739. </IfModule>
  4740. <IfModule mpm_itk.c>
  4741. # For more information on MPM ITK, please read:
  4742. # http://mpm-itk.sesse.net/
  4743. AssignUserID metalproduction metalproduction
  4744. </IfModule>
  4745.  
  4746. <IfModule alias_module>
  4747. ScriptAlias /cgi-bin/ /home/metalproduction/public_html/cgi-bin/
  4748. </IfModule>
  4749.  
  4750. # To customize this VirtualHost use an include file at the following location
  4751. # Include "/usr/local/apache/conf/userdata/std/2_4/metalproduction/metalproduction.ro/*.conf"
  4752. </VirtualHost>
  4753.  
  4754. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  4755.  
  4756. <VirtualHost 193.105.239.133:80>
  4757. ServerName mullanzumbah.cc.cu
  4758. ServerAlias www.mullanzumbah.cc.cu
  4759. DocumentRoot /home/mullanzu/public_html
  4760. ServerAdmin webmaster@mullanzumbah.cc.cu
  4761. UseCanonicalName Off
  4762. CustomLog /usr/local/apache/domlogs/mullanzumbah.cc.cu combined
  4763. <IfModule log_config_module>
  4764. <IfModule logio_module>
  4765. CustomLog /usr/local/apache/domlogs/mullanzumbah.cc.cu-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  4766. </IfModule>
  4767. </IfModule>
  4768. ## User mullanzu # Needed for Cpanel::ApacheConf
  4769. <IfModule userdir_module>
  4770. <IfModule !mpm_itk.c>
  4771. <IfModule !ruid2_module>
  4772. UserDir enabled mullanzu
  4773. </IfModule>
  4774. </IfModule>
  4775. </IfModule>
  4776.  
  4777. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  4778. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  4779. # the user's .htaccess file. For more information, please read:
  4780. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  4781. <IfModule include_module>
  4782. <Directory "/home/mullanzu/public_html">
  4783. SSILegacyExprParser On
  4784. </Directory>
  4785. </IfModule>
  4786.  
  4787.  
  4788.  
  4789. <IfModule suphp_module>
  4790. suPHP_UserGroup mullanzu mullanzu
  4791. </IfModule>
  4792. <IfModule !mod_disable_suexec.c>
  4793. <IfModule !mod_ruid2.c>
  4794. SuexecUserGroup mullanzu mullanzu
  4795. </IfModule>
  4796. </IfModule>
  4797. <IfModule ruid2_module>
  4798. RMode config
  4799. RUidGid mullanzu mullanzu
  4800. </IfModule>
  4801. <IfModule mpm_itk.c>
  4802. # For more information on MPM ITK, please read:
  4803. # http://mpm-itk.sesse.net/
  4804. AssignUserID mullanzu mullanzu
  4805. </IfModule>
  4806.  
  4807. <IfModule alias_module>
  4808. ScriptAlias /cgi-bin/ /home/mullanzu/public_html/cgi-bin/
  4809. </IfModule>
  4810.  
  4811. # To customize this VirtualHost use an include file at the following location
  4812. # Include "/usr/local/apache/conf/userdata/std/2_4/mullanzu/mullanzumbah.cc.cu/*.conf"
  4813. </VirtualHost>
  4814.  
  4815. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  4816.  
  4817. <VirtualHost 193.105.239.133:80>
  4818. ServerName mydomain.ro
  4819. ServerAlias www.mydomain.ro
  4820. DocumentRoot /home/mydomain/public_html
  4821. ServerAdmin webmaster@mydomain.ro
  4822. UseCanonicalName Off
  4823. CustomLog /usr/local/apache/domlogs/mydomain.ro combined
  4824. <IfModule log_config_module>
  4825. <IfModule logio_module>
  4826. CustomLog /usr/local/apache/domlogs/mydomain.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  4827. </IfModule>
  4828. </IfModule>
  4829. ## User mydomain # Needed for Cpanel::ApacheConf
  4830. <IfModule userdir_module>
  4831. <IfModule !mpm_itk.c>
  4832. <IfModule !ruid2_module>
  4833. UserDir enabled mydomain
  4834. </IfModule>
  4835. </IfModule>
  4836. </IfModule>
  4837.  
  4838. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  4839. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  4840. # the user's .htaccess file. For more information, please read:
  4841. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  4842. <IfModule include_module>
  4843. <Directory "/home/mydomain/public_html">
  4844. SSILegacyExprParser On
  4845. </Directory>
  4846. </IfModule>
  4847.  
  4848.  
  4849.  
  4850. <IfModule suphp_module>
  4851. suPHP_UserGroup mydomain mydomain
  4852. </IfModule>
  4853. <IfModule !mod_disable_suexec.c>
  4854. <IfModule !mod_ruid2.c>
  4855. SuexecUserGroup mydomain mydomain
  4856. </IfModule>
  4857. </IfModule>
  4858. <IfModule ruid2_module>
  4859. RMode config
  4860. RUidGid mydomain mydomain
  4861. </IfModule>
  4862. <IfModule mpm_itk.c>
  4863. # For more information on MPM ITK, please read:
  4864. # http://mpm-itk.sesse.net/
  4865. AssignUserID mydomain mydomain
  4866. </IfModule>
  4867.  
  4868. <IfModule alias_module>
  4869. ScriptAlias /cgi-bin/ /home/mydomain/public_html/cgi-bin/
  4870. </IfModule>
  4871.  
  4872. # To customize this VirtualHost use an include file at the following location
  4873. # Include "/usr/local/apache/conf/userdata/std/2_4/mydomain/mydomain.ro/*.conf"
  4874. </VirtualHost>
  4875.  
  4876. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  4877.  
  4878. <VirtualHost 193.105.239.133:80>
  4879. ServerName nactec.ro
  4880. ServerAlias www.nactec.ro
  4881. DocumentRoot /home/nactecro/public_html
  4882. ServerAdmin webmaster@nactec.ro
  4883. UseCanonicalName Off
  4884. CustomLog /usr/local/apache/domlogs/nactec.ro combined
  4885. <IfModule log_config_module>
  4886. <IfModule logio_module>
  4887. CustomLog /usr/local/apache/domlogs/nactec.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  4888. </IfModule>
  4889. </IfModule>
  4890. ## User nactecro # Needed for Cpanel::ApacheConf
  4891. <IfModule userdir_module>
  4892. <IfModule !mpm_itk.c>
  4893. <IfModule !ruid2_module>
  4894. UserDir enabled nactecro
  4895. </IfModule>
  4896. </IfModule>
  4897. </IfModule>
  4898.  
  4899. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  4900. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  4901. # the user's .htaccess file. For more information, please read:
  4902. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  4903. <IfModule include_module>
  4904. <Directory "/home/nactecro/public_html">
  4905. SSILegacyExprParser On
  4906. </Directory>
  4907. </IfModule>
  4908.  
  4909.  
  4910.  
  4911. <IfModule suphp_module>
  4912. suPHP_UserGroup nactecro nactecro
  4913. </IfModule>
  4914. <IfModule !mod_disable_suexec.c>
  4915. <IfModule !mod_ruid2.c>
  4916. SuexecUserGroup nactecro nactecro
  4917. </IfModule>
  4918. </IfModule>
  4919. <IfModule ruid2_module>
  4920. RMode config
  4921. RUidGid nactecro nactecro
  4922. </IfModule>
  4923. <IfModule mpm_itk.c>
  4924. # For more information on MPM ITK, please read:
  4925. # http://mpm-itk.sesse.net/
  4926. AssignUserID nactecro nactecro
  4927. </IfModule>
  4928.  
  4929. <IfModule alias_module>
  4930. ScriptAlias /cgi-bin/ /home/nactecro/public_html/cgi-bin/
  4931. </IfModule>
  4932.  
  4933. # To customize this VirtualHost use an include file at the following location
  4934. # Include "/usr/local/apache/conf/userdata/std/2_4/nactecro/nactec.ro/*.conf"
  4935. </VirtualHost>
  4936.  
  4937. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  4938.  
  4939. <VirtualHost 193.105.239.133:80>
  4940. ServerName nuam.ro
  4941. ServerAlias www.nuam.ro
  4942. DocumentRoot /home/nuamro/public_html
  4943. ServerAdmin webmaster@nuam.ro
  4944. UseCanonicalName Off
  4945. CustomLog /usr/local/apache/domlogs/nuam.ro combined
  4946. <IfModule log_config_module>
  4947. <IfModule logio_module>
  4948. CustomLog /usr/local/apache/domlogs/nuam.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  4949. </IfModule>
  4950. </IfModule>
  4951. ## User nuamro # Needed for Cpanel::ApacheConf
  4952. <IfModule userdir_module>
  4953. <IfModule !mpm_itk.c>
  4954. <IfModule !ruid2_module>
  4955. UserDir enabled nuamro
  4956. </IfModule>
  4957. </IfModule>
  4958. </IfModule>
  4959.  
  4960. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  4961. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  4962. # the user's .htaccess file. For more information, please read:
  4963. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  4964. <IfModule include_module>
  4965. <Directory "/home/nuamro/public_html">
  4966. SSILegacyExprParser On
  4967. </Directory>
  4968. </IfModule>
  4969.  
  4970.  
  4971.  
  4972. <IfModule suphp_module>
  4973. suPHP_UserGroup nuamro nuamro
  4974. </IfModule>
  4975. <IfModule !mod_disable_suexec.c>
  4976. <IfModule !mod_ruid2.c>
  4977. SuexecUserGroup nuamro nuamro
  4978. </IfModule>
  4979. </IfModule>
  4980. <IfModule ruid2_module>
  4981. RMode config
  4982. RUidGid nuamro nuamro
  4983. </IfModule>
  4984. <IfModule mpm_itk.c>
  4985. # For more information on MPM ITK, please read:
  4986. # http://mpm-itk.sesse.net/
  4987. AssignUserID nuamro nuamro
  4988. </IfModule>
  4989.  
  4990. <IfModule alias_module>
  4991. ScriptAlias /cgi-bin/ /home/nuamro/public_html/cgi-bin/
  4992. </IfModule>
  4993.  
  4994. # To customize this VirtualHost use an include file at the following location
  4995. # Include "/usr/local/apache/conf/userdata/std/2_4/nuamro/nuam.ro/*.conf"
  4996. </VirtualHost>
  4997.  
  4998. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  4999.  
  5000. <VirtualHost 193.105.239.133:80>
  5001. ServerName olcsohosting.com
  5002. ServerAlias www.olcsohosting.com
  5003. DocumentRoot /home/olcsohos/public_html
  5004. ServerAdmin webmaster@olcsohosting.com
  5005. UseCanonicalName Off
  5006. CustomLog /usr/local/apache/domlogs/olcsohosting.com combined
  5007. <IfModule log_config_module>
  5008. <IfModule logio_module>
  5009. CustomLog /usr/local/apache/domlogs/olcsohosting.com-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  5010. </IfModule>
  5011. </IfModule>
  5012. ## User olcsohos # Needed for Cpanel::ApacheConf
  5013. <IfModule userdir_module>
  5014. <IfModule !mpm_itk.c>
  5015. <IfModule !ruid2_module>
  5016. UserDir enabled olcsohos
  5017. </IfModule>
  5018. </IfModule>
  5019. </IfModule>
  5020.  
  5021. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  5022. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  5023. # the user's .htaccess file. For more information, please read:
  5024. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  5025. <IfModule include_module>
  5026. <Directory "/home/olcsohos/public_html">
  5027. SSILegacyExprParser On
  5028. </Directory>
  5029. </IfModule>
  5030.  
  5031.  
  5032.  
  5033. <IfModule suphp_module>
  5034. suPHP_UserGroup olcsohos olcsohos
  5035. </IfModule>
  5036. <IfModule !mod_disable_suexec.c>
  5037. <IfModule !mod_ruid2.c>
  5038. SuexecUserGroup olcsohos olcsohos
  5039. </IfModule>
  5040. </IfModule>
  5041. <IfModule ruid2_module>
  5042. RMode config
  5043. RUidGid olcsohos olcsohos
  5044. </IfModule>
  5045. <IfModule mpm_itk.c>
  5046. # For more information on MPM ITK, please read:
  5047. # http://mpm-itk.sesse.net/
  5048. AssignUserID olcsohos olcsohos
  5049. </IfModule>
  5050.  
  5051. <IfModule alias_module>
  5052. ScriptAlias /cgi-bin/ /home/olcsohos/public_html/cgi-bin/
  5053. </IfModule>
  5054.  
  5055. # To customize this VirtualHost use an include file at the following location
  5056. # Include "/usr/local/apache/conf/userdata/std/2_4/olcsohos/olcsohosting.com/*.conf"
  5057. </VirtualHost>
  5058.  
  5059. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  5060.  
  5061. <VirtualHost 193.105.239.133:80>
  5062. ServerName olteniashop.ro
  5063. ServerAlias www.olteniashop.ro
  5064. DocumentRoot /home/olteniashop/public_html
  5065. ServerAdmin webmaster@olteniashop.ro
  5066. UseCanonicalName Off
  5067. CustomLog /usr/local/apache/domlogs/olteniashop.ro combined
  5068. <IfModule log_config_module>
  5069. <IfModule logio_module>
  5070. CustomLog /usr/local/apache/domlogs/olteniashop.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  5071. </IfModule>
  5072. </IfModule>
  5073. ## User olteniashop # Needed for Cpanel::ApacheConf
  5074. <IfModule userdir_module>
  5075. <IfModule !mpm_itk.c>
  5076. <IfModule !ruid2_module>
  5077. UserDir enabled olteniashop
  5078. </IfModule>
  5079. </IfModule>
  5080. </IfModule>
  5081.  
  5082. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  5083. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  5084. # the user's .htaccess file. For more information, please read:
  5085. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  5086. <IfModule include_module>
  5087. <Directory "/home/olteniashop/public_html">
  5088. SSILegacyExprParser On
  5089. </Directory>
  5090. </IfModule>
  5091.  
  5092.  
  5093.  
  5094. <IfModule suphp_module>
  5095. suPHP_UserGroup olteniashop olteniashop
  5096. </IfModule>
  5097. <IfModule !mod_disable_suexec.c>
  5098. <IfModule !mod_ruid2.c>
  5099. SuexecUserGroup olteniashop olteniashop
  5100. </IfModule>
  5101. </IfModule>
  5102. <IfModule ruid2_module>
  5103. RMode config
  5104. RUidGid olteniashop olteniashop
  5105. </IfModule>
  5106. <IfModule mpm_itk.c>
  5107. # For more information on MPM ITK, please read:
  5108. # http://mpm-itk.sesse.net/
  5109. AssignUserID olteniashop olteniashop
  5110. </IfModule>
  5111.  
  5112. <IfModule alias_module>
  5113. ScriptAlias /cgi-bin/ /home/olteniashop/public_html/cgi-bin/
  5114. </IfModule>
  5115.  
  5116. # To customize this VirtualHost use an include file at the following location
  5117. # Include "/usr/local/apache/conf/userdata/std/2_4/olteniashop/olteniashop.ro/*.conf"
  5118. </VirtualHost>
  5119.  
  5120. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  5121.  
  5122. <VirtualHost 193.105.239.133:80>
  5123. ServerName opsilcon.com
  5124. ServerAlias www.opsilcon.com
  5125. DocumentRoot /home/opsilcon/public_html
  5126. ServerAdmin webmaster@opsilcon.com
  5127. UseCanonicalName Off
  5128. CustomLog /usr/local/apache/domlogs/opsilcon.com combined
  5129. <IfModule log_config_module>
  5130. <IfModule logio_module>
  5131. CustomLog /usr/local/apache/domlogs/opsilcon.com-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  5132. </IfModule>
  5133. </IfModule>
  5134. ## User opsilcon # Needed for Cpanel::ApacheConf
  5135. <IfModule userdir_module>
  5136. <IfModule !mpm_itk.c>
  5137. <IfModule !ruid2_module>
  5138. UserDir enabled opsilcon
  5139. </IfModule>
  5140. </IfModule>
  5141. </IfModule>
  5142.  
  5143. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  5144. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  5145. # the user's .htaccess file. For more information, please read:
  5146. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  5147. <IfModule include_module>
  5148. <Directory "/home/opsilcon/public_html">
  5149. SSILegacyExprParser On
  5150. </Directory>
  5151. </IfModule>
  5152.  
  5153.  
  5154.  
  5155. <IfModule suphp_module>
  5156. suPHP_UserGroup opsilcon opsilcon
  5157. </IfModule>
  5158. <IfModule !mod_disable_suexec.c>
  5159. <IfModule !mod_ruid2.c>
  5160. SuexecUserGroup opsilcon opsilcon
  5161. </IfModule>
  5162. </IfModule>
  5163. <IfModule ruid2_module>
  5164. RMode config
  5165. RUidGid opsilcon opsilcon
  5166. </IfModule>
  5167. <IfModule mpm_itk.c>
  5168. # For more information on MPM ITK, please read:
  5169. # http://mpm-itk.sesse.net/
  5170. AssignUserID opsilcon opsilcon
  5171. </IfModule>
  5172.  
  5173. <IfModule alias_module>
  5174. ScriptAlias /cgi-bin/ /home/opsilcon/public_html/cgi-bin/
  5175. </IfModule>
  5176.  
  5177. # To customize this VirtualHost use an include file at the following location
  5178. # Include "/usr/local/apache/conf/userdata/std/2_4/opsilcon/opsilcon.com/*.conf"
  5179. </VirtualHost>
  5180.  
  5181. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  5182.  
  5183. <VirtualHost 193.105.239.133:80>
  5184. ServerName piatavolanta.ro
  5185. ServerAlias www.piatavolanta.ro
  5186. DocumentRoot /home/piatavolanta/public_html
  5187. ServerAdmin webmaster@piatavolanta.ro
  5188. UseCanonicalName Off
  5189. CustomLog /usr/local/apache/domlogs/piatavolanta.ro combined
  5190. <IfModule log_config_module>
  5191. <IfModule logio_module>
  5192. CustomLog /usr/local/apache/domlogs/piatavolanta.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  5193. </IfModule>
  5194. </IfModule>
  5195. ## User piatavolanta # Needed for Cpanel::ApacheConf
  5196. <IfModule userdir_module>
  5197. <IfModule !mpm_itk.c>
  5198. <IfModule !ruid2_module>
  5199. UserDir enabled piatavolanta
  5200. </IfModule>
  5201. </IfModule>
  5202. </IfModule>
  5203.  
  5204. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  5205. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  5206. # the user's .htaccess file. For more information, please read:
  5207. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  5208. <IfModule include_module>
  5209. <Directory "/home/piatavolanta/public_html">
  5210. SSILegacyExprParser On
  5211. </Directory>
  5212. </IfModule>
  5213.  
  5214.  
  5215.  
  5216. <IfModule suphp_module>
  5217. suPHP_UserGroup piatavolanta piatavolanta
  5218. </IfModule>
  5219. <IfModule !mod_disable_suexec.c>
  5220. <IfModule !mod_ruid2.c>
  5221. SuexecUserGroup piatavolanta piatavolanta
  5222. </IfModule>
  5223. </IfModule>
  5224. <IfModule ruid2_module>
  5225. RMode config
  5226. RUidGid piatavolanta piatavolanta
  5227. </IfModule>
  5228. <IfModule mpm_itk.c>
  5229. # For more information on MPM ITK, please read:
  5230. # http://mpm-itk.sesse.net/
  5231. AssignUserID piatavolanta piatavolanta
  5232. </IfModule>
  5233.  
  5234. <IfModule alias_module>
  5235. ScriptAlias /cgi-bin/ /home/piatavolanta/public_html/cgi-bin/
  5236. </IfModule>
  5237.  
  5238. # To customize this VirtualHost use an include file at the following location
  5239. # Include "/usr/local/apache/conf/userdata/std/2_4/piatavolanta/piatavolanta.ro/*.conf"
  5240. </VirtualHost>
  5241.  
  5242. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  5243.  
  5244. <VirtualHost 193.105.239.133:80>
  5245. ServerName pizzza.ro
  5246. ServerAlias www.pizzza.ro
  5247. DocumentRoot /home/pizzzaro/public_html
  5248. ServerAdmin webmaster@pizzza.ro
  5249. UseCanonicalName Off
  5250. CustomLog /usr/local/apache/domlogs/pizzza.ro combined
  5251. <IfModule log_config_module>
  5252. <IfModule logio_module>
  5253. CustomLog /usr/local/apache/domlogs/pizzza.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  5254. </IfModule>
  5255. </IfModule>
  5256. ## User pizzzaro # Needed for Cpanel::ApacheConf
  5257. <IfModule userdir_module>
  5258. <IfModule !mpm_itk.c>
  5259. <IfModule !ruid2_module>
  5260. UserDir enabled pizzzaro
  5261. </IfModule>
  5262. </IfModule>
  5263. </IfModule>
  5264.  
  5265. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  5266. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  5267. # the user's .htaccess file. For more information, please read:
  5268. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  5269. <IfModule include_module>
  5270. <Directory "/home/pizzzaro/public_html">
  5271. SSILegacyExprParser On
  5272. </Directory>
  5273. </IfModule>
  5274.  
  5275.  
  5276.  
  5277. <IfModule suphp_module>
  5278. suPHP_UserGroup pizzzaro pizzzaro
  5279. </IfModule>
  5280. <IfModule !mod_disable_suexec.c>
  5281. <IfModule !mod_ruid2.c>
  5282. SuexecUserGroup pizzzaro pizzzaro
  5283. </IfModule>
  5284. </IfModule>
  5285. <IfModule ruid2_module>
  5286. RMode config
  5287. RUidGid pizzzaro pizzzaro
  5288. </IfModule>
  5289. <IfModule mpm_itk.c>
  5290. # For more information on MPM ITK, please read:
  5291. # http://mpm-itk.sesse.net/
  5292. AssignUserID pizzzaro pizzzaro
  5293. </IfModule>
  5294.  
  5295. <IfModule alias_module>
  5296. ScriptAlias /cgi-bin/ /home/pizzzaro/public_html/cgi-bin/
  5297. </IfModule>
  5298.  
  5299. # To customize this VirtualHost use an include file at the following location
  5300. # Include "/usr/local/apache/conf/userdata/std/2_4/pizzzaro/pizzza.ro/*.conf"
  5301. </VirtualHost>
  5302.  
  5303. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  5304.  
  5305. <VirtualHost 193.105.239.133:80>
  5306. ServerName psihoterapeutultau.ro
  5307. ServerAlias www.psihoterapeutultau.ro
  5308. DocumentRoot /home/psihoter/public_html
  5309. ServerAdmin webmaster@psihoterapeutultau.ro
  5310. UseCanonicalName Off
  5311. Options -ExecCGI -Includes
  5312. RemoveHandler cgi-script .cgi .pl .plx .ppl .perl
  5313. CustomLog /usr/local/apache/domlogs/psihoterapeutultau.ro combined
  5314. <IfModule log_config_module>
  5315. <IfModule logio_module>
  5316. CustomLog /usr/local/apache/domlogs/psihoterapeutultau.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  5317. </IfModule>
  5318. </IfModule>
  5319. ## User psihoter # Needed for Cpanel::ApacheConf
  5320. <IfModule userdir_module>
  5321. <IfModule !mpm_itk.c>
  5322. <IfModule !ruid2_module>
  5323. UserDir enabled psihoter
  5324. </IfModule>
  5325. </IfModule>
  5326. </IfModule>
  5327.  
  5328. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  5329. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  5330. # the user's .htaccess file. For more information, please read:
  5331. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  5332. <IfModule include_module>
  5333. <Directory "/home/psihoter/public_html">
  5334. SSILegacyExprParser On
  5335. </Directory>
  5336. </IfModule>
  5337.  
  5338.  
  5339.  
  5340. <IfModule suphp_module>
  5341. suPHP_UserGroup psihoter psihoter
  5342. </IfModule>
  5343. <IfModule !mod_disable_suexec.c>
  5344. <IfModule !mod_ruid2.c>
  5345. SuexecUserGroup psihoter psihoter
  5346. </IfModule>
  5347. </IfModule>
  5348. <IfModule ruid2_module>
  5349. RMode config
  5350. RUidGid psihoter psihoter
  5351. </IfModule>
  5352. <IfModule mpm_itk.c>
  5353. # For more information on MPM ITK, please read:
  5354. # http://mpm-itk.sesse.net/
  5355. AssignUserID psihoter psihoter
  5356. </IfModule>
  5357.  
  5358.  
  5359. # To customize this VirtualHost use an include file at the following location
  5360. # Include "/usr/local/apache/conf/userdata/std/2_4/psihoter/psihoterapeutultau.ro/*.conf"
  5361. </VirtualHost>
  5362.  
  5363. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  5364.  
  5365. <VirtualHost 193.105.239.133:80>
  5366. ServerName ralushop.ro
  5367. ServerAlias fashionbagsmagazine.ro genti-pentru-dama.ro www.fashionbagsmagazine.ro www.genti-pentru-dama.ro www.ralushop.ro
  5368. DocumentRoot /home/ralushop/public_html
  5369. ServerAdmin webmaster@ralushop.ro
  5370. UseCanonicalName Off
  5371. CustomLog /usr/local/apache/domlogs/ralushop.ro combined
  5372. <IfModule log_config_module>
  5373. <IfModule logio_module>
  5374. CustomLog /usr/local/apache/domlogs/ralushop.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  5375. </IfModule>
  5376. </IfModule>
  5377. ## User ralushop # Needed for Cpanel::ApacheConf
  5378. <IfModule userdir_module>
  5379. <IfModule !mpm_itk.c>
  5380. <IfModule !ruid2_module>
  5381. UserDir enabled ralushop
  5382. </IfModule>
  5383. </IfModule>
  5384. </IfModule>
  5385.  
  5386. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  5387. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  5388. # the user's .htaccess file. For more information, please read:
  5389. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  5390. <IfModule include_module>
  5391. <Directory "/home/ralushop/public_html">
  5392. SSILegacyExprParser On
  5393. </Directory>
  5394. </IfModule>
  5395.  
  5396.  
  5397.  
  5398. <IfModule suphp_module>
  5399. suPHP_UserGroup ralushop ralushop
  5400. </IfModule>
  5401. <IfModule !mod_disable_suexec.c>
  5402. <IfModule !mod_ruid2.c>
  5403. SuexecUserGroup ralushop ralushop
  5404. </IfModule>
  5405. </IfModule>
  5406. <IfModule ruid2_module>
  5407. RMode config
  5408. RUidGid ralushop ralushop
  5409. </IfModule>
  5410. <IfModule mpm_itk.c>
  5411. # For more information on MPM ITK, please read:
  5412. # http://mpm-itk.sesse.net/
  5413. AssignUserID ralushop ralushop
  5414. </IfModule>
  5415.  
  5416. <IfModule alias_module>
  5417. ScriptAlias /cgi-bin/ /home/ralushop/public_html/cgi-bin/
  5418. </IfModule>
  5419.  
  5420. # To customize this VirtualHost use an include file at the following location
  5421. # Include "/usr/local/apache/conf/userdata/std/2_4/ralushop/ralushop.ro/*.conf"
  5422. </VirtualHost>
  5423.  
  5424. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  5425.  
  5426. <VirtualHost 193.105.239.133:80>
  5427. ServerName romania-rent-a-car.com
  5428. ServerAlias www.romania-rent-a-car.com
  5429. DocumentRoot /home/romaniar/public_html
  5430. ServerAdmin webmaster@romania-rent-a-car.com
  5431. UseCanonicalName Off
  5432. CustomLog /usr/local/apache/domlogs/romania-rent-a-car.com combined
  5433. <IfModule log_config_module>
  5434. <IfModule logio_module>
  5435. CustomLog /usr/local/apache/domlogs/romania-rent-a-car.com-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  5436. </IfModule>
  5437. </IfModule>
  5438. ## User romaniar # Needed for Cpanel::ApacheConf
  5439. <IfModule userdir_module>
  5440. <IfModule !mpm_itk.c>
  5441. <IfModule !ruid2_module>
  5442. UserDir enabled romaniar
  5443. </IfModule>
  5444. </IfModule>
  5445. </IfModule>
  5446.  
  5447. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  5448. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  5449. # the user's .htaccess file. For more information, please read:
  5450. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  5451. <IfModule include_module>
  5452. <Directory "/home/romaniar/public_html">
  5453. SSILegacyExprParser On
  5454. </Directory>
  5455. </IfModule>
  5456.  
  5457.  
  5458.  
  5459. <IfModule suphp_module>
  5460. suPHP_UserGroup romaniar romaniar
  5461. </IfModule>
  5462. <IfModule !mod_disable_suexec.c>
  5463. <IfModule !mod_ruid2.c>
  5464. SuexecUserGroup romaniar romaniar
  5465. </IfModule>
  5466. </IfModule>
  5467. <IfModule ruid2_module>
  5468. RMode config
  5469. RUidGid romaniar romaniar
  5470. </IfModule>
  5471. <IfModule mpm_itk.c>
  5472. # For more information on MPM ITK, please read:
  5473. # http://mpm-itk.sesse.net/
  5474. AssignUserID romaniar romaniar
  5475. </IfModule>
  5476.  
  5477. <IfModule alias_module>
  5478. ScriptAlias /cgi-bin/ /home/romaniar/public_html/cgi-bin/
  5479. </IfModule>
  5480.  
  5481. # To customize this VirtualHost use an include file at the following location
  5482. # Include "/usr/local/apache/conf/userdata/std/2_4/romaniar/romania-rent-a-car.com/*.conf"
  5483. </VirtualHost>
  5484.  
  5485. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  5486.  
  5487. <VirtualHost 193.105.239.133:80>
  5488. ServerName servere-dedicate.info
  5489. ServerAlias www.servere-dedicate.info
  5490. DocumentRoot /home/servered/public_html
  5491. ServerAdmin webmaster@servere-dedicate.info
  5492. UseCanonicalName Off
  5493. CustomLog /usr/local/apache/domlogs/servere-dedicate.info combined
  5494. <IfModule log_config_module>
  5495. <IfModule logio_module>
  5496. CustomLog /usr/local/apache/domlogs/servere-dedicate.info-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  5497. </IfModule>
  5498. </IfModule>
  5499. ## User servered # Needed for Cpanel::ApacheConf
  5500. <IfModule userdir_module>
  5501. <IfModule !mpm_itk.c>
  5502. <IfModule !ruid2_module>
  5503. UserDir enabled servered
  5504. </IfModule>
  5505. </IfModule>
  5506. </IfModule>
  5507.  
  5508. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  5509. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  5510. # the user's .htaccess file. For more information, please read:
  5511. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  5512. <IfModule include_module>
  5513. <Directory "/home/servered/public_html">
  5514. SSILegacyExprParser On
  5515. </Directory>
  5516. </IfModule>
  5517.  
  5518.  
  5519.  
  5520. <IfModule suphp_module>
  5521. suPHP_UserGroup servered servered
  5522. </IfModule>
  5523. <IfModule !mod_disable_suexec.c>
  5524. <IfModule !mod_ruid2.c>
  5525. SuexecUserGroup servered servered
  5526. </IfModule>
  5527. </IfModule>
  5528. <IfModule ruid2_module>
  5529. RMode config
  5530. RUidGid servered servered
  5531. </IfModule>
  5532. <IfModule mpm_itk.c>
  5533. # For more information on MPM ITK, please read:
  5534. # http://mpm-itk.sesse.net/
  5535. AssignUserID servered servered
  5536. </IfModule>
  5537.  
  5538. <IfModule alias_module>
  5539. ScriptAlias /cgi-bin/ /home/servered/public_html/cgi-bin/
  5540. </IfModule>
  5541.  
  5542. # To customize this VirtualHost use an include file at the following location
  5543. # Include "/usr/local/apache/conf/userdata/std/2_4/servered/servere-dedicate.info/*.conf"
  5544. </VirtualHost>
  5545.  
  5546. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  5547.  
  5548. <VirtualHost 193.105.239.133:80>
  5549. ServerName spaniola-traduceri.ro
  5550. ServerAlias www.spaniola-traduceri.ro
  5551. DocumentRoot /home/spaniola/public_html
  5552. ServerAdmin webmaster@spaniola-traduceri.ro
  5553. UseCanonicalName Off
  5554. CustomLog /usr/local/apache/domlogs/spaniola-traduceri.ro combined
  5555. <IfModule log_config_module>
  5556. <IfModule logio_module>
  5557. CustomLog /usr/local/apache/domlogs/spaniola-traduceri.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  5558. </IfModule>
  5559. </IfModule>
  5560. ## User spaniola # Needed for Cpanel::ApacheConf
  5561. <IfModule userdir_module>
  5562. <IfModule !mpm_itk.c>
  5563. <IfModule !ruid2_module>
  5564. UserDir enabled spaniola
  5565. </IfModule>
  5566. </IfModule>
  5567. </IfModule>
  5568.  
  5569. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  5570. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  5571. # the user's .htaccess file. For more information, please read:
  5572. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  5573. <IfModule include_module>
  5574. <Directory "/home/spaniola/public_html">
  5575. SSILegacyExprParser On
  5576. </Directory>
  5577. </IfModule>
  5578.  
  5579.  
  5580.  
  5581. <IfModule suphp_module>
  5582. suPHP_UserGroup spaniola spaniola
  5583. </IfModule>
  5584. <IfModule !mod_disable_suexec.c>
  5585. <IfModule !mod_ruid2.c>
  5586. SuexecUserGroup spaniola spaniola
  5587. </IfModule>
  5588. </IfModule>
  5589. <IfModule ruid2_module>
  5590. RMode config
  5591. RUidGid spaniola spaniola
  5592. </IfModule>
  5593. <IfModule mpm_itk.c>
  5594. # For more information on MPM ITK, please read:
  5595. # http://mpm-itk.sesse.net/
  5596. AssignUserID spaniola spaniola
  5597. </IfModule>
  5598.  
  5599. <IfModule alias_module>
  5600. ScriptAlias /cgi-bin/ /home/spaniola/public_html/cgi-bin/
  5601. </IfModule>
  5602.  
  5603. # To customize this VirtualHost use an include file at the following location
  5604. # Include "/usr/local/apache/conf/userdata/std/2_4/spaniola/spaniola-traduceri.ro/*.conf"
  5605. </VirtualHost>
  5606.  
  5607. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  5608.  
  5609. <VirtualHost 193.105.239.133:80>
  5610. ServerName teme-rezolvate.ro
  5611. ServerAlias www.teme-rezolvate.ro
  5612. DocumentRoot /home/temerezolvate/public_html
  5613. ServerAdmin webmaster@teme-rezolvate.ro
  5614. UseCanonicalName Off
  5615. CustomLog /usr/local/apache/domlogs/teme-rezolvate.ro combined
  5616. <IfModule log_config_module>
  5617. <IfModule logio_module>
  5618. CustomLog /usr/local/apache/domlogs/teme-rezolvate.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  5619. </IfModule>
  5620. </IfModule>
  5621. ## User temerezolvate # Needed for Cpanel::ApacheConf
  5622. <IfModule userdir_module>
  5623. <IfModule !mpm_itk.c>
  5624. <IfModule !ruid2_module>
  5625. UserDir enabled temerezolvate
  5626. </IfModule>
  5627. </IfModule>
  5628. </IfModule>
  5629.  
  5630. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  5631. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  5632. # the user's .htaccess file. For more information, please read:
  5633. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  5634. <IfModule include_module>
  5635. <Directory "/home/temerezolvate/public_html">
  5636. SSILegacyExprParser On
  5637. </Directory>
  5638. </IfModule>
  5639.  
  5640.  
  5641.  
  5642. <IfModule suphp_module>
  5643. suPHP_UserGroup temerezolvate temerezolvate
  5644. </IfModule>
  5645. <IfModule !mod_disable_suexec.c>
  5646. <IfModule !mod_ruid2.c>
  5647. SuexecUserGroup temerezolvate temerezolvate
  5648. </IfModule>
  5649. </IfModule>
  5650. <IfModule ruid2_module>
  5651. RMode config
  5652. RUidGid temerezolvate temerezolvate
  5653. </IfModule>
  5654. <IfModule mpm_itk.c>
  5655. # For more information on MPM ITK, please read:
  5656. # http://mpm-itk.sesse.net/
  5657. AssignUserID temerezolvate temerezolvate
  5658. </IfModule>
  5659.  
  5660. <IfModule alias_module>
  5661. ScriptAlias /cgi-bin/ /home/temerezolvate/public_html/cgi-bin/
  5662. </IfModule>
  5663.  
  5664. # To customize this VirtualHost use an include file at the following location
  5665. # Include "/usr/local/apache/conf/userdata/std/2_4/temerezolvate/teme-rezolvate.ro/*.conf"
  5666. </VirtualHost>
  5667.  
  5668. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  5669.  
  5670. <VirtualHost 193.105.239.133:80>
  5671. ServerName tigla-metalica-suceava.ro
  5672. ServerAlias www.tigla-metalica-suceava.ro
  5673. DocumentRoot /home/tiglamet/public_html
  5674. ServerAdmin webmaster@tigla-metalica-suceava.ro
  5675. UseCanonicalName Off
  5676. CustomLog /usr/local/apache/domlogs/tigla-metalica-suceava.ro combined
  5677. <IfModule log_config_module>
  5678. <IfModule logio_module>
  5679. CustomLog /usr/local/apache/domlogs/tigla-metalica-suceava.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  5680. </IfModule>
  5681. </IfModule>
  5682. ## User tiglamet # Needed for Cpanel::ApacheConf
  5683. <IfModule userdir_module>
  5684. <IfModule !mpm_itk.c>
  5685. <IfModule !ruid2_module>
  5686. UserDir enabled tiglamet
  5687. </IfModule>
  5688. </IfModule>
  5689. </IfModule>
  5690.  
  5691. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  5692. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  5693. # the user's .htaccess file. For more information, please read:
  5694. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  5695. <IfModule include_module>
  5696. <Directory "/home/tiglamet/public_html">
  5697. SSILegacyExprParser On
  5698. </Directory>
  5699. </IfModule>
  5700.  
  5701.  
  5702.  
  5703. <IfModule suphp_module>
  5704. suPHP_UserGroup tiglamet tiglamet
  5705. </IfModule>
  5706. <IfModule !mod_disable_suexec.c>
  5707. <IfModule !mod_ruid2.c>
  5708. SuexecUserGroup tiglamet tiglamet
  5709. </IfModule>
  5710. </IfModule>
  5711. <IfModule ruid2_module>
  5712. RMode config
  5713. RUidGid tiglamet tiglamet
  5714. </IfModule>
  5715. <IfModule mpm_itk.c>
  5716. # For more information on MPM ITK, please read:
  5717. # http://mpm-itk.sesse.net/
  5718. AssignUserID tiglamet tiglamet
  5719. </IfModule>
  5720.  
  5721. <IfModule alias_module>
  5722. ScriptAlias /cgi-bin/ /home/tiglamet/public_html/cgi-bin/
  5723. </IfModule>
  5724.  
  5725. # To customize this VirtualHost use an include file at the following location
  5726. # Include "/usr/local/apache/conf/userdata/std/2_4/tiglamet/tigla-metalica-suceava.ro/*.conf"
  5727. </VirtualHost>
  5728.  
  5729. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  5730.  
  5731. <VirtualHost 193.105.239.133:80>
  5732. ServerName totalbank.ro
  5733. ServerAlias www.totalbank.ro
  5734. DocumentRoot /home/totalbank/public_html
  5735. ServerAdmin webmaster@totalbank.ro
  5736. UseCanonicalName Off
  5737. CustomLog /usr/local/apache/domlogs/totalbank.ro combined
  5738. <IfModule log_config_module>
  5739. <IfModule logio_module>
  5740. CustomLog /usr/local/apache/domlogs/totalbank.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  5741. </IfModule>
  5742. </IfModule>
  5743. ## User totalbank # Needed for Cpanel::ApacheConf
  5744. <IfModule userdir_module>
  5745. <IfModule !mpm_itk.c>
  5746. <IfModule !ruid2_module>
  5747. UserDir enabled totalbank
  5748. </IfModule>
  5749. </IfModule>
  5750. </IfModule>
  5751.  
  5752. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  5753. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  5754. # the user's .htaccess file. For more information, please read:
  5755. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  5756. <IfModule include_module>
  5757. <Directory "/home/totalbank/public_html">
  5758. SSILegacyExprParser On
  5759. </Directory>
  5760. </IfModule>
  5761.  
  5762.  
  5763.  
  5764. <IfModule suphp_module>
  5765. suPHP_UserGroup totalbank totalbank
  5766. </IfModule>
  5767. <IfModule !mod_disable_suexec.c>
  5768. <IfModule !mod_ruid2.c>
  5769. SuexecUserGroup totalbank totalbank
  5770. </IfModule>
  5771. </IfModule>
  5772. <IfModule ruid2_module>
  5773. RMode config
  5774. RUidGid totalbank totalbank
  5775. </IfModule>
  5776. <IfModule mpm_itk.c>
  5777. # For more information on MPM ITK, please read:
  5778. # http://mpm-itk.sesse.net/
  5779. AssignUserID totalbank totalbank
  5780. </IfModule>
  5781.  
  5782. <IfModule alias_module>
  5783. ScriptAlias /cgi-bin/ /home/totalbank/public_html/cgi-bin/
  5784. </IfModule>
  5785.  
  5786. # To customize this VirtualHost use an include file at the following location
  5787. # Include "/usr/local/apache/conf/userdata/std/2_4/totalbank/totalbank.ro/*.conf"
  5788. </VirtualHost>
  5789.  
  5790. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  5791.  
  5792. <VirtualHost 193.105.239.133:80>
  5793. ServerName xtenso.ro
  5794. ServerAlias www.xtenso.ro
  5795. DocumentRoot /home/xtensoro/public_html
  5796. ServerAdmin webmaster@xtenso.ro
  5797. UseCanonicalName Off
  5798. CustomLog /usr/local/apache/domlogs/xtenso.ro combined
  5799. <IfModule log_config_module>
  5800. <IfModule logio_module>
  5801. CustomLog /usr/local/apache/domlogs/xtenso.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  5802. </IfModule>
  5803. </IfModule>
  5804. ## User xtensoro # Needed for Cpanel::ApacheConf
  5805. <IfModule userdir_module>
  5806. <IfModule !mpm_itk.c>
  5807. <IfModule !ruid2_module>
  5808. UserDir enabled xtensoro
  5809. </IfModule>
  5810. </IfModule>
  5811. </IfModule>
  5812.  
  5813. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  5814. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  5815. # the user's .htaccess file. For more information, please read:
  5816. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  5817. <IfModule include_module>
  5818. <Directory "/home/xtensoro/public_html">
  5819. SSILegacyExprParser On
  5820. </Directory>
  5821. </IfModule>
  5822.  
  5823.  
  5824.  
  5825. <IfModule suphp_module>
  5826. suPHP_UserGroup xtensoro xtensoro
  5827. </IfModule>
  5828. <IfModule !mod_disable_suexec.c>
  5829. <IfModule !mod_ruid2.c>
  5830. SuexecUserGroup xtensoro xtensoro
  5831. </IfModule>
  5832. </IfModule>
  5833. <IfModule ruid2_module>
  5834. RMode config
  5835. RUidGid xtensoro xtensoro
  5836. </IfModule>
  5837. <IfModule mpm_itk.c>
  5838. # For more information on MPM ITK, please read:
  5839. # http://mpm-itk.sesse.net/
  5840. AssignUserID xtensoro xtensoro
  5841. </IfModule>
  5842.  
  5843. <IfModule alias_module>
  5844. ScriptAlias /cgi-bin/ /home/xtensoro/public_html/cgi-bin/
  5845. </IfModule>
  5846.  
  5847. # To customize this VirtualHost use an include file at the following location
  5848. # Include "/usr/local/apache/conf/userdata/std/2_4/xtensoro/xtenso.ro/*.conf"
  5849. </VirtualHost>
  5850.  
  5851. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  5852.  
  5853. <VirtualHost 193.105.239.133:80>
  5854. ServerName zinibet.com
  5855. ServerAlias www.zinibet.com
  5856. DocumentRoot /home/zinibetc/public_html
  5857. ServerAdmin webmaster@zinibet.com
  5858. UseCanonicalName Off
  5859. CustomLog /usr/local/apache/domlogs/zinibet.com combined
  5860. <IfModule log_config_module>
  5861. <IfModule logio_module>
  5862. CustomLog /usr/local/apache/domlogs/zinibet.com-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  5863. </IfModule>
  5864. </IfModule>
  5865. ## User zinibetc # Needed for Cpanel::ApacheConf
  5866. <IfModule userdir_module>
  5867. <IfModule !mpm_itk.c>
  5868. <IfModule !ruid2_module>
  5869. UserDir enabled zinibetc
  5870. </IfModule>
  5871. </IfModule>
  5872. </IfModule>
  5873.  
  5874. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  5875. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  5876. # the user's .htaccess file. For more information, please read:
  5877. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  5878. <IfModule include_module>
  5879. <Directory "/home/zinibetc/public_html">
  5880. SSILegacyExprParser On
  5881. </Directory>
  5882. </IfModule>
  5883.  
  5884.  
  5885.  
  5886. <IfModule suphp_module>
  5887. suPHP_UserGroup zinibetc zinibetc
  5888. </IfModule>
  5889. <IfModule !mod_disable_suexec.c>
  5890. <IfModule !mod_ruid2.c>
  5891. SuexecUserGroup zinibetc zinibetc
  5892. </IfModule>
  5893. </IfModule>
  5894. <IfModule ruid2_module>
  5895. RMode config
  5896. RUidGid zinibetc zinibetc
  5897. </IfModule>
  5898. <IfModule mpm_itk.c>
  5899. # For more information on MPM ITK, please read:
  5900. # http://mpm-itk.sesse.net/
  5901. AssignUserID zinibetc zinibetc
  5902. </IfModule>
  5903.  
  5904. <IfModule alias_module>
  5905. ScriptAlias /cgi-bin/ /home/zinibetc/public_html/cgi-bin/
  5906. </IfModule>
  5907.  
  5908. # To customize this VirtualHost use an include file at the following location
  5909. # Include "/usr/local/apache/conf/userdata/std/2_4/zinibetc/zinibet.com/*.conf"
  5910. </VirtualHost>
  5911.  
  5912. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  5913.  
  5914. <VirtualHost 193.105.239.133:80>
  5915. ServerName paraschiv.airsoft-dat.ro
  5916. ServerAlias www.paraschiv.airsoft-dat.ro paraschiv.org www.paraschiv.org
  5917. DocumentRoot /home/airsoftd/public_html/paraschiv.org
  5918. ServerAdmin webmaster@paraschiv.airsoft-dat.ro
  5919. UseCanonicalName Off
  5920. CustomLog /usr/local/apache/domlogs/paraschiv.airsoft-dat.ro combined
  5921. <IfModule log_config_module>
  5922. <IfModule logio_module>
  5923. CustomLog /usr/local/apache/domlogs/paraschiv.airsoft-dat.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  5924. </IfModule>
  5925. </IfModule>
  5926. ## User airsoftd # Needed for Cpanel::ApacheConf
  5927. <IfModule userdir_module>
  5928. <IfModule !mpm_itk.c>
  5929. <IfModule !ruid2_module>
  5930. UserDir enabled airsoftd
  5931. </IfModule>
  5932. </IfModule>
  5933. </IfModule>
  5934.  
  5935. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  5936. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  5937. # the user's .htaccess file. For more information, please read:
  5938. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  5939. <IfModule include_module>
  5940. <Directory "/home/airsoftd/public_html/paraschiv.org">
  5941. SSILegacyExprParser On
  5942. </Directory>
  5943. </IfModule>
  5944.  
  5945.  
  5946.  
  5947. <IfModule suphp_module>
  5948. suPHP_UserGroup airsoftd airsoftd
  5949. </IfModule>
  5950. <IfModule !mod_disable_suexec.c>
  5951. <IfModule !mod_ruid2.c>
  5952. SuexecUserGroup airsoftd airsoftd
  5953. </IfModule>
  5954. </IfModule>
  5955. <IfModule ruid2_module>
  5956. RMode config
  5957. RUidGid airsoftd airsoftd
  5958. </IfModule>
  5959. <IfModule mpm_itk.c>
  5960. # For more information on MPM ITK, please read:
  5961. # http://mpm-itk.sesse.net/
  5962. AssignUserID airsoftd airsoftd
  5963. </IfModule>
  5964.  
  5965. <IfModule alias_module>
  5966. ScriptAlias /cgi-bin/ /home/airsoftd/public_html/paraschiv.org/cgi-bin/
  5967. </IfModule>
  5968.  
  5969. # To customize this VirtualHost use an include file at the following location
  5970. # Include "/usr/local/apache/conf/userdata/std/2_4/airsoftd/paraschiv.airsoft-dat.ro/*.conf"
  5971. </VirtualHost>
  5972.  
  5973. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  5974.  
  5975. <VirtualHost 193.105.239.133:80>
  5976. ServerName cristina.dragusin.net
  5977. ServerAlias www.cristina.dragusin.net
  5978. DocumentRoot /home/dragusin/public_html/cristina
  5979. ServerAdmin webmaster@cristina.dragusin.net
  5980. UseCanonicalName On
  5981. CustomLog /usr/local/apache/domlogs/cristina.dragusin.net combined
  5982. <IfModule log_config_module>
  5983. <IfModule logio_module>
  5984. CustomLog /usr/local/apache/domlogs/cristina.dragusin.net-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  5985. </IfModule>
  5986. </IfModule>
  5987. ## User dragusin # Needed for Cpanel::ApacheConf
  5988. <IfModule userdir_module>
  5989. <IfModule !mpm_itk.c>
  5990. <IfModule !ruid2_module>
  5991. UserDir enabled dragusin
  5992. </IfModule>
  5993. </IfModule>
  5994. </IfModule>
  5995.  
  5996. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  5997. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  5998. # the user's .htaccess file. For more information, please read:
  5999. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  6000. <IfModule include_module>
  6001. <Directory "/home/dragusin/public_html/cristina">
  6002. SSILegacyExprParser On
  6003. </Directory>
  6004. </IfModule>
  6005.  
  6006.  
  6007.  
  6008. <IfModule suphp_module>
  6009. suPHP_UserGroup dragusin dragusin
  6010. </IfModule>
  6011. <IfModule !mod_disable_suexec.c>
  6012. <IfModule !mod_ruid2.c>
  6013. SuexecUserGroup dragusin dragusin
  6014. </IfModule>
  6015. </IfModule>
  6016. <IfModule ruid2_module>
  6017. RMode config
  6018. RUidGid dragusin dragusin
  6019. </IfModule>
  6020. <IfModule mpm_itk.c>
  6021. # For more information on MPM ITK, please read:
  6022. # http://mpm-itk.sesse.net/
  6023. AssignUserID dragusin dragusin
  6024. </IfModule>
  6025.  
  6026. <IfModule alias_module>
  6027. ScriptAlias /cgi-bin/ /home/dragusin/public_html/cristina/cgi-bin/
  6028. </IfModule>
  6029.  
  6030. # To customize this VirtualHost use an include file at the following location
  6031. # Include "/usr/local/apache/conf/userdata/std/2_4/dragusin/cristina.dragusin.net/*.conf"
  6032. </VirtualHost>
  6033.  
  6034. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  6035.  
  6036. <VirtualHost 193.105.239.133:80>
  6037. ServerName maria.dragusin.net
  6038. ServerAlias www.maria.dragusin.net
  6039. DocumentRoot /home/dragusin/public_html/maria
  6040. ServerAdmin webmaster@maria.dragusin.net
  6041. UseCanonicalName On
  6042. CustomLog /usr/local/apache/domlogs/maria.dragusin.net combined
  6043. <IfModule log_config_module>
  6044. <IfModule logio_module>
  6045. CustomLog /usr/local/apache/domlogs/maria.dragusin.net-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  6046. </IfModule>
  6047. </IfModule>
  6048. ## User dragusin # Needed for Cpanel::ApacheConf
  6049. <IfModule userdir_module>
  6050. <IfModule !mpm_itk.c>
  6051. <IfModule !ruid2_module>
  6052. UserDir enabled dragusin
  6053. </IfModule>
  6054. </IfModule>
  6055. </IfModule>
  6056.  
  6057. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  6058. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  6059. # the user's .htaccess file. For more information, please read:
  6060. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  6061. <IfModule include_module>
  6062. <Directory "/home/dragusin/public_html/maria">
  6063. SSILegacyExprParser On
  6064. </Directory>
  6065. </IfModule>
  6066.  
  6067.  
  6068.  
  6069. <IfModule suphp_module>
  6070. suPHP_UserGroup dragusin dragusin
  6071. </IfModule>
  6072. <IfModule !mod_disable_suexec.c>
  6073. <IfModule !mod_ruid2.c>
  6074. SuexecUserGroup dragusin dragusin
  6075. </IfModule>
  6076. </IfModule>
  6077. <IfModule ruid2_module>
  6078. RMode config
  6079. RUidGid dragusin dragusin
  6080. </IfModule>
  6081. <IfModule mpm_itk.c>
  6082. # For more information on MPM ITK, please read:
  6083. # http://mpm-itk.sesse.net/
  6084. AssignUserID dragusin dragusin
  6085. </IfModule>
  6086.  
  6087. <IfModule alias_module>
  6088. ScriptAlias /cgi-bin/ /home/dragusin/public_html/maria/cgi-bin/
  6089. </IfModule>
  6090.  
  6091. # To customize this VirtualHost use an include file at the following location
  6092. # Include "/usr/local/apache/conf/userdata/std/2_4/dragusin/maria.dragusin.net/*.conf"
  6093. </VirtualHost>
  6094.  
  6095. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  6096.  
  6097. <VirtualHost 193.105.239.133:80>
  6098. ServerName alin.dragusin.net
  6099. ServerAlias www.alin.dragusin.net
  6100. DocumentRoot /home/dragusin/public_html/alin
  6101. ServerAdmin webmaster@alin.dragusin.net
  6102. UseCanonicalName On
  6103. CustomLog /usr/local/apache/domlogs/alin.dragusin.net combined
  6104. <IfModule log_config_module>
  6105. <IfModule logio_module>
  6106. CustomLog /usr/local/apache/domlogs/alin.dragusin.net-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  6107. </IfModule>
  6108. </IfModule>
  6109. ## User dragusin # Needed for Cpanel::ApacheConf
  6110. <IfModule userdir_module>
  6111. <IfModule !mpm_itk.c>
  6112. <IfModule !ruid2_module>
  6113. UserDir enabled dragusin
  6114. </IfModule>
  6115. </IfModule>
  6116. </IfModule>
  6117.  
  6118. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  6119. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  6120. # the user's .htaccess file. For more information, please read:
  6121. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  6122. <IfModule include_module>
  6123. <Directory "/home/dragusin/public_html/alin">
  6124. SSILegacyExprParser On
  6125. </Directory>
  6126. </IfModule>
  6127.  
  6128.  
  6129.  
  6130. <IfModule suphp_module>
  6131. suPHP_UserGroup dragusin dragusin
  6132. </IfModule>
  6133. <IfModule !mod_disable_suexec.c>
  6134. <IfModule !mod_ruid2.c>
  6135. SuexecUserGroup dragusin dragusin
  6136. </IfModule>
  6137. </IfModule>
  6138. <IfModule ruid2_module>
  6139. RMode config
  6140. RUidGid dragusin dragusin
  6141. </IfModule>
  6142. <IfModule mpm_itk.c>
  6143. # For more information on MPM ITK, please read:
  6144. # http://mpm-itk.sesse.net/
  6145. AssignUserID dragusin dragusin
  6146. </IfModule>
  6147.  
  6148. <IfModule alias_module>
  6149. ScriptAlias /cgi-bin/ /home/dragusin/public_html/alin/cgi-bin/
  6150. </IfModule>
  6151.  
  6152. # To customize this VirtualHost use an include file at the following location
  6153. # Include "/usr/local/apache/conf/userdata/std/2_4/dragusin/alin.dragusin.net/*.conf"
  6154. </VirtualHost>
  6155.  
  6156. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  6157.  
  6158. <VirtualHost 193.105.239.133:80>
  6159. ServerName answercatch.intreborice.ro
  6160. ServerAlias www.answercatch.com answercatch.com www.answercatch.intreborice.ro
  6161. DocumentRoot /home/intrebor/public_html/answercatch.com
  6162. ServerAdmin webmaster@answercatch.intreborice.ro
  6163. UseCanonicalName Off
  6164. CustomLog /usr/local/apache/domlogs/answercatch.intreborice.ro combined
  6165. <IfModule log_config_module>
  6166. <IfModule logio_module>
  6167. CustomLog /usr/local/apache/domlogs/answercatch.intreborice.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  6168. </IfModule>
  6169. </IfModule>
  6170. ## User intrebor # Needed for Cpanel::ApacheConf
  6171. <IfModule userdir_module>
  6172. <IfModule !mpm_itk.c>
  6173. <IfModule !ruid2_module>
  6174. UserDir enabled intrebor
  6175. </IfModule>
  6176. </IfModule>
  6177. </IfModule>
  6178.  
  6179. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  6180. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  6181. # the user's .htaccess file. For more information, please read:
  6182. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  6183. <IfModule include_module>
  6184. <Directory "/home/intrebor/public_html/answercatch.com">
  6185. SSILegacyExprParser On
  6186. </Directory>
  6187. </IfModule>
  6188.  
  6189.  
  6190.  
  6191. <IfModule suphp_module>
  6192. suPHP_UserGroup intrebor intrebor
  6193. </IfModule>
  6194. <IfModule !mod_disable_suexec.c>
  6195. <IfModule !mod_ruid2.c>
  6196. SuexecUserGroup intrebor intrebor
  6197. </IfModule>
  6198. </IfModule>
  6199. <IfModule ruid2_module>
  6200. RMode config
  6201. RUidGid intrebor intrebor
  6202. </IfModule>
  6203. <IfModule mpm_itk.c>
  6204. # For more information on MPM ITK, please read:
  6205. # http://mpm-itk.sesse.net/
  6206. AssignUserID intrebor intrebor
  6207. </IfModule>
  6208.  
  6209. <IfModule alias_module>
  6210. ScriptAlias /cgi-bin/ /home/intrebor/public_html/answercatch.com/cgi-bin/
  6211. </IfModule>
  6212.  
  6213. # To customize this VirtualHost use an include file at the following location
  6214. # Include "/usr/local/apache/conf/userdata/std/2_4/intrebor/answercatch.intreborice.ro/*.conf"
  6215. </VirtualHost>
  6216.  
  6217. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  6218.  
  6219. <VirtualHost 193.105.239.133:80>
  6220. ServerName tvdralex.intreborice.ro
  6221. ServerAlias www.tvdralex.info www.tvdralex.intreborice.ro tvdralex.info
  6222. DocumentRoot /home/intrebor/public_html/TVDRALEX.INFO
  6223. ServerAdmin webmaster@tvdralex.intreborice.ro
  6224. UseCanonicalName Off
  6225. CustomLog /usr/local/apache/domlogs/tvdralex.intreborice.ro combined
  6226. <IfModule log_config_module>
  6227. <IfModule logio_module>
  6228. CustomLog /usr/local/apache/domlogs/tvdralex.intreborice.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  6229. </IfModule>
  6230. </IfModule>
  6231. ## User intrebor # Needed for Cpanel::ApacheConf
  6232. <IfModule userdir_module>
  6233. <IfModule !mpm_itk.c>
  6234. <IfModule !ruid2_module>
  6235. UserDir enabled intrebor
  6236. </IfModule>
  6237. </IfModule>
  6238. </IfModule>
  6239.  
  6240. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  6241. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  6242. # the user's .htaccess file. For more information, please read:
  6243. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  6244. <IfModule include_module>
  6245. <Directory "/home/intrebor/public_html/TVDRALEX.INFO">
  6246. SSILegacyExprParser On
  6247. </Directory>
  6248. </IfModule>
  6249.  
  6250.  
  6251.  
  6252. <IfModule suphp_module>
  6253. suPHP_UserGroup intrebor intrebor
  6254. </IfModule>
  6255. <IfModule !mod_disable_suexec.c>
  6256. <IfModule !mod_ruid2.c>
  6257. SuexecUserGroup intrebor intrebor
  6258. </IfModule>
  6259. </IfModule>
  6260. <IfModule ruid2_module>
  6261. RMode config
  6262. RUidGid intrebor intrebor
  6263. </IfModule>
  6264. <IfModule mpm_itk.c>
  6265. # For more information on MPM ITK, please read:
  6266. # http://mpm-itk.sesse.net/
  6267. AssignUserID intrebor intrebor
  6268. </IfModule>
  6269.  
  6270. <IfModule alias_module>
  6271. ScriptAlias /cgi-bin/ /home/intrebor/public_html/TVDRALEX.INFO/cgi-bin/
  6272. </IfModule>
  6273.  
  6274. # To customize this VirtualHost use an include file at the following location
  6275. # Include "/usr/local/apache/conf/userdata/std/2_4/intrebor/tvdralex.intreborice.ro/*.conf"
  6276. </VirtualHost>
  6277.  
  6278. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  6279.  
  6280. <VirtualHost 193.105.239.133:80>
  6281. ServerName blog.lary-style.it
  6282. ServerAlias www.blog.lary-style.it
  6283. DocumentRoot /home/larystyl/public_html/blog
  6284. ServerAdmin webmaster@blog.lary-style.it
  6285. UseCanonicalName On
  6286. CustomLog /usr/local/apache/domlogs/blog.lary-style.it combined
  6287. <IfModule log_config_module>
  6288. <IfModule logio_module>
  6289. CustomLog /usr/local/apache/domlogs/blog.lary-style.it-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  6290. </IfModule>
  6291. </IfModule>
  6292. ## User larystyl # Needed for Cpanel::ApacheConf
  6293. <IfModule userdir_module>
  6294. <IfModule !mpm_itk.c>
  6295. <IfModule !ruid2_module>
  6296. UserDir enabled larystyl
  6297. </IfModule>
  6298. </IfModule>
  6299. </IfModule>
  6300.  
  6301. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  6302. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  6303. # the user's .htaccess file. For more information, please read:
  6304. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  6305. <IfModule include_module>
  6306. <Directory "/home/larystyl/public_html/blog">
  6307. SSILegacyExprParser On
  6308. </Directory>
  6309. </IfModule>
  6310.  
  6311.  
  6312.  
  6313. <IfModule suphp_module>
  6314. suPHP_UserGroup larystyl larystyl
  6315. </IfModule>
  6316. <IfModule !mod_disable_suexec.c>
  6317. <IfModule !mod_ruid2.c>
  6318. SuexecUserGroup larystyl larystyl
  6319. </IfModule>
  6320. </IfModule>
  6321. <IfModule ruid2_module>
  6322. RMode config
  6323. RUidGid larystyl larystyl
  6324. </IfModule>
  6325. <IfModule mpm_itk.c>
  6326. # For more information on MPM ITK, please read:
  6327. # http://mpm-itk.sesse.net/
  6328. AssignUserID larystyl larystyl
  6329. </IfModule>
  6330.  
  6331. <IfModule alias_module>
  6332. ScriptAlias /cgi-bin/ /home/larystyl/public_html/blog/cgi-bin/
  6333. </IfModule>
  6334.  
  6335. # To customize this VirtualHost use an include file at the following location
  6336. # Include "/usr/local/apache/conf/userdata/std/2_4/larystyl/blog.lary-style.it/*.conf"
  6337. </VirtualHost>
  6338.  
  6339. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  6340.  
  6341. <VirtualHost 193.105.239.133:80>
  6342. ServerName teszt.olcsohosting.com
  6343. ServerAlias www.teszt.olcsohosting.com
  6344. DocumentRoot /home/olcsohos/public_html/teszt
  6345. ServerAdmin webmaster@teszt.olcsohosting.com
  6346. UseCanonicalName On
  6347. CustomLog /usr/local/apache/domlogs/teszt.olcsohosting.com combined
  6348. <IfModule log_config_module>
  6349. <IfModule logio_module>
  6350. CustomLog /usr/local/apache/domlogs/teszt.olcsohosting.com-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  6351. </IfModule>
  6352. </IfModule>
  6353. ## User olcsohos # Needed for Cpanel::ApacheConf
  6354. <IfModule userdir_module>
  6355. <IfModule !mpm_itk.c>
  6356. <IfModule !ruid2_module>
  6357. UserDir enabled olcsohos
  6358. </IfModule>
  6359. </IfModule>
  6360. </IfModule>
  6361.  
  6362. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  6363. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  6364. # the user's .htaccess file. For more information, please read:
  6365. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  6366. <IfModule include_module>
  6367. <Directory "/home/olcsohos/public_html/teszt">
  6368. SSILegacyExprParser On
  6369. </Directory>
  6370. </IfModule>
  6371.  
  6372.  
  6373.  
  6374. <IfModule suphp_module>
  6375. suPHP_UserGroup olcsohos olcsohos
  6376. </IfModule>
  6377. <IfModule !mod_disable_suexec.c>
  6378. <IfModule !mod_ruid2.c>
  6379. SuexecUserGroup olcsohos olcsohos
  6380. </IfModule>
  6381. </IfModule>
  6382. <IfModule ruid2_module>
  6383. RMode config
  6384. RUidGid olcsohos olcsohos
  6385. </IfModule>
  6386. <IfModule mpm_itk.c>
  6387. # For more information on MPM ITK, please read:
  6388. # http://mpm-itk.sesse.net/
  6389. AssignUserID olcsohos olcsohos
  6390. </IfModule>
  6391.  
  6392. <IfModule alias_module>
  6393. ScriptAlias /cgi-bin/ /home/olcsohos/public_html/teszt/cgi-bin/
  6394. </IfModule>
  6395.  
  6396. # To customize this VirtualHost use an include file at the following location
  6397. # Include "/usr/local/apache/conf/userdata/std/2_4/olcsohos/teszt.olcsohosting.com/*.conf"
  6398. </VirtualHost>
  6399.  
  6400. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  6401.  
  6402. <VirtualHost 193.105.239.133:80>
  6403. ServerName inregistraredomeniiweb.servere-dedicate.info
  6404. ServerAlias www.inregistraredomeniiweb.servere-dedicate.info www.inregistraredomeniiweb.ro inregistraredomeniiweb.ro
  6405. DocumentRoot /home/servered/public_html/inregistraredomeniiweb.ro
  6406. ServerAdmin webmaster@inregistraredomeniiweb.servere-dedicate.info
  6407. UseCanonicalName Off
  6408. CustomLog /usr/local/apache/domlogs/inregistraredomeniiweb.servere-dedicate.info combined
  6409. <IfModule log_config_module>
  6410. <IfModule logio_module>
  6411. CustomLog /usr/local/apache/domlogs/inregistraredomeniiweb.servere-dedicate.info-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  6412. </IfModule>
  6413. </IfModule>
  6414. ## User servered # Needed for Cpanel::ApacheConf
  6415. <IfModule userdir_module>
  6416. <IfModule !mpm_itk.c>
  6417. <IfModule !ruid2_module>
  6418. UserDir enabled servered
  6419. </IfModule>
  6420. </IfModule>
  6421. </IfModule>
  6422.  
  6423. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  6424. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  6425. # the user's .htaccess file. For more information, please read:
  6426. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  6427. <IfModule include_module>
  6428. <Directory "/home/servered/public_html/inregistraredomeniiweb.ro">
  6429. SSILegacyExprParser On
  6430. </Directory>
  6431. </IfModule>
  6432.  
  6433.  
  6434.  
  6435. <IfModule suphp_module>
  6436. suPHP_UserGroup servered servered
  6437. </IfModule>
  6438. <IfModule !mod_disable_suexec.c>
  6439. <IfModule !mod_ruid2.c>
  6440. SuexecUserGroup servered servered
  6441. </IfModule>
  6442. </IfModule>
  6443. <IfModule ruid2_module>
  6444. RMode config
  6445. RUidGid servered servered
  6446. </IfModule>
  6447. <IfModule mpm_itk.c>
  6448. # For more information on MPM ITK, please read:
  6449. # http://mpm-itk.sesse.net/
  6450. AssignUserID servered servered
  6451. </IfModule>
  6452.  
  6453. <IfModule alias_module>
  6454. ScriptAlias /cgi-bin/ /home/servered/public_html/inregistraredomeniiweb.ro/cgi-bin/
  6455. </IfModule>
  6456.  
  6457. # To customize this VirtualHost use an include file at the following location
  6458. # Include "/usr/local/apache/conf/userdata/std/2_4/servered/inregistraredomeniiweb.servere-dedicate.info/*.conf"
  6459. </VirtualHost>
  6460.  
  6461. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  6462.  
  6463. <VirtualHost 193.105.239.133:80>
  6464. ServerName test.xtenso.ro
  6465. ServerAlias www.test.xtenso.ro
  6466. DocumentRoot /home/xtensoro/public_html/test
  6467. ServerAdmin webmaster@test.xtenso.ro
  6468. UseCanonicalName On
  6469. CustomLog /usr/local/apache/domlogs/test.xtenso.ro combined
  6470. <IfModule log_config_module>
  6471. <IfModule logio_module>
  6472. CustomLog /usr/local/apache/domlogs/test.xtenso.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  6473. </IfModule>
  6474. </IfModule>
  6475. ## User xtensoro # Needed for Cpanel::ApacheConf
  6476. <IfModule userdir_module>
  6477. <IfModule !mpm_itk.c>
  6478. <IfModule !ruid2_module>
  6479. UserDir enabled xtensoro
  6480. </IfModule>
  6481. </IfModule>
  6482. </IfModule>
  6483.  
  6484. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  6485. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  6486. # the user's .htaccess file. For more information, please read:
  6487. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  6488. <IfModule include_module>
  6489. <Directory "/home/xtensoro/public_html/test">
  6490. SSILegacyExprParser On
  6491. </Directory>
  6492. </IfModule>
  6493.  
  6494.  
  6495.  
  6496. <IfModule suphp_module>
  6497. suPHP_UserGroup xtensoro xtensoro
  6498. </IfModule>
  6499. <IfModule !mod_disable_suexec.c>
  6500. <IfModule !mod_ruid2.c>
  6501. SuexecUserGroup xtensoro xtensoro
  6502. </IfModule>
  6503. </IfModule>
  6504. <IfModule ruid2_module>
  6505. RMode config
  6506. RUidGid xtensoro xtensoro
  6507. </IfModule>
  6508. <IfModule mpm_itk.c>
  6509. # For more information on MPM ITK, please read:
  6510. # http://mpm-itk.sesse.net/
  6511. AssignUserID xtensoro xtensoro
  6512. </IfModule>
  6513.  
  6514. <IfModule alias_module>
  6515. ScriptAlias /cgi-bin/ /home/xtensoro/public_html/test/cgi-bin/
  6516. </IfModule>
  6517.  
  6518. # To customize this VirtualHost use an include file at the following location
  6519. # Include "/usr/local/apache/conf/userdata/std/2_4/xtensoro/test.xtenso.ro/*.conf"
  6520. </VirtualHost>
  6521.  
  6522. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  6523.  
  6524. <VirtualHost 193.105.239.135:80>
  6525. ServerName mancarecaacasa.ro
  6526. ServerAlias www.mancarecaacasa.ro
  6527. DocumentRoot /home/mancarec/public_html
  6528. ServerAdmin webmaster@mancarecaacasa.ro
  6529. UseCanonicalName Off
  6530. CustomLog /usr/local/apache/domlogs/mancarecaacasa.ro combined
  6531. <IfModule log_config_module>
  6532. <IfModule logio_module>
  6533. CustomLog /usr/local/apache/domlogs/mancarecaacasa.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  6534. </IfModule>
  6535. </IfModule>
  6536. ## User mancarec # Needed for Cpanel::ApacheConf
  6537. <IfModule userdir_module>
  6538. <IfModule !mpm_itk.c>
  6539. <IfModule !ruid2_module>
  6540. UserDir enabled mancarec
  6541. </IfModule>
  6542. </IfModule>
  6543. </IfModule>
  6544.  
  6545. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  6546. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  6547. # the user's .htaccess file. For more information, please read:
  6548. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  6549. <IfModule include_module>
  6550. <Directory "/home/mancarec/public_html">
  6551. SSILegacyExprParser On
  6552. </Directory>
  6553. </IfModule>
  6554.  
  6555.  
  6556.  
  6557. <IfModule suphp_module>
  6558. suPHP_UserGroup mancarec mancarec
  6559. </IfModule>
  6560. <IfModule !mod_disable_suexec.c>
  6561. <IfModule !mod_ruid2.c>
  6562. SuexecUserGroup mancarec mancarec
  6563. </IfModule>
  6564. </IfModule>
  6565. <IfModule ruid2_module>
  6566. RMode config
  6567. RUidGid mancarec mancarec
  6568. </IfModule>
  6569. <IfModule mpm_itk.c>
  6570. # For more information on MPM ITK, please read:
  6571. # http://mpm-itk.sesse.net/
  6572. AssignUserID mancarec mancarec
  6573. </IfModule>
  6574.  
  6575. <IfModule alias_module>
  6576. ScriptAlias /cgi-bin/ /home/mancarec/public_html/cgi-bin/
  6577. </IfModule>
  6578.  
  6579. # To customize this VirtualHost use an include file at the following location
  6580. # Include "/usr/local/apache/conf/userdata/std/2_4/mancarec/mancarecaacasa.ro/*.conf"
  6581. </VirtualHost>
  6582.  
  6583. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  6584.  
  6585. <VirtualHost 193.105.239.144:80>
  6586. ServerName bunavestireadjud.ro
  6587. ServerAlias www.bunavestireadjud.ro
  6588. DocumentRoot /home/bunavest/public_html
  6589. ServerAdmin webmaster@bunavestireadjud.ro
  6590. UseCanonicalName Off
  6591. CustomLog /usr/local/apache/domlogs/bunavestireadjud.ro combined
  6592. <IfModule log_config_module>
  6593. <IfModule logio_module>
  6594. CustomLog /usr/local/apache/domlogs/bunavestireadjud.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  6595. </IfModule>
  6596. </IfModule>
  6597. ## User bunavest # Needed for Cpanel::ApacheConf
  6598. <IfModule userdir_module>
  6599. <IfModule !mpm_itk.c>
  6600. <IfModule !ruid2_module>
  6601. UserDir enabled bunavest
  6602. </IfModule>
  6603. </IfModule>
  6604. </IfModule>
  6605.  
  6606. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  6607. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  6608. # the user's .htaccess file. For more information, please read:
  6609. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  6610. <IfModule include_module>
  6611. <Directory "/home/bunavest/public_html">
  6612. SSILegacyExprParser On
  6613. </Directory>
  6614. </IfModule>
  6615.  
  6616.  
  6617.  
  6618. <IfModule suphp_module>
  6619. suPHP_UserGroup bunavest bunavest
  6620. </IfModule>
  6621. <IfModule !mod_disable_suexec.c>
  6622. <IfModule !mod_ruid2.c>
  6623. SuexecUserGroup bunavest bunavest
  6624. </IfModule>
  6625. </IfModule>
  6626. <IfModule ruid2_module>
  6627. RMode config
  6628. RUidGid bunavest bunavest
  6629. </IfModule>
  6630. <IfModule mpm_itk.c>
  6631. # For more information on MPM ITK, please read:
  6632. # http://mpm-itk.sesse.net/
  6633. AssignUserID bunavest bunavest
  6634. </IfModule>
  6635.  
  6636. <IfModule alias_module>
  6637. ScriptAlias /cgi-bin/ /home/bunavest/public_html/cgi-bin/
  6638. </IfModule>
  6639.  
  6640. # To customize this VirtualHost use an include file at the following location
  6641. # Include "/usr/local/apache/conf/userdata/std/2_4/bunavest/bunavestireadjud.ro/*.conf"
  6642. </VirtualHost>
  6643.  
  6644. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  6645.  
  6646. <VirtualHost 193.105.239.145:80>
  6647. ServerName amanetate.ro
  6648. ServerAlias www.amanetate.ro
  6649. DocumentRoot /home/amanetat/public_html
  6650. ServerAdmin webmaster@amanetate.ro
  6651. UseCanonicalName Off
  6652. CustomLog /usr/local/apache/domlogs/amanetate.ro combined
  6653. <IfModule log_config_module>
  6654. <IfModule logio_module>
  6655. CustomLog /usr/local/apache/domlogs/amanetate.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  6656. </IfModule>
  6657. </IfModule>
  6658. ## User amanetat # Needed for Cpanel::ApacheConf
  6659. <IfModule userdir_module>
  6660. <IfModule !mpm_itk.c>
  6661. <IfModule !ruid2_module>
  6662. UserDir enabled amanetat
  6663. </IfModule>
  6664. </IfModule>
  6665. </IfModule>
  6666.  
  6667. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  6668. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  6669. # the user's .htaccess file. For more information, please read:
  6670. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  6671. <IfModule include_module>
  6672. <Directory "/home/amanetat/public_html">
  6673. SSILegacyExprParser On
  6674. </Directory>
  6675. </IfModule>
  6676.  
  6677.  
  6678.  
  6679. <IfModule suphp_module>
  6680. suPHP_UserGroup amanetat amanetat
  6681. </IfModule>
  6682. <IfModule !mod_disable_suexec.c>
  6683. <IfModule !mod_ruid2.c>
  6684. SuexecUserGroup amanetat amanetat
  6685. </IfModule>
  6686. </IfModule>
  6687. <IfModule ruid2_module>
  6688. RMode config
  6689. RUidGid amanetat amanetat
  6690. </IfModule>
  6691. <IfModule mpm_itk.c>
  6692. # For more information on MPM ITK, please read:
  6693. # http://mpm-itk.sesse.net/
  6694. AssignUserID amanetat amanetat
  6695. </IfModule>
  6696.  
  6697. <IfModule alias_module>
  6698. ScriptAlias /cgi-bin/ /home/amanetat/public_html/cgi-bin/
  6699. </IfModule>
  6700.  
  6701. # To customize this VirtualHost use an include file at the following location
  6702. # Include "/usr/local/apache/conf/userdata/std/2_4/amanetat/amanetate.ro/*.conf"
  6703. </VirtualHost>
  6704.  
  6705. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  6706.  
  6707. <VirtualHost 193.105.239.145:80>
  6708. ServerName amanete.amanetate.ro
  6709. ServerAlias www.amanete.ro amanete.ro www.amanete.amanetate.ro
  6710. DocumentRoot /home/amanetat/public_html/amanete.ro
  6711. ServerAdmin webmaster@amanete.amanetate.ro
  6712. UseCanonicalName Off
  6713. CustomLog /usr/local/apache/domlogs/amanete.amanetate.ro combined
  6714. <IfModule log_config_module>
  6715. <IfModule logio_module>
  6716. CustomLog /usr/local/apache/domlogs/amanete.amanetate.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  6717. </IfModule>
  6718. </IfModule>
  6719. ## User amanetat # Needed for Cpanel::ApacheConf
  6720. <IfModule userdir_module>
  6721. <IfModule !mpm_itk.c>
  6722. <IfModule !ruid2_module>
  6723. UserDir enabled amanetat
  6724. </IfModule>
  6725. </IfModule>
  6726. </IfModule>
  6727.  
  6728. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  6729. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  6730. # the user's .htaccess file. For more information, please read:
  6731. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  6732. <IfModule include_module>
  6733. <Directory "/home/amanetat/public_html/amanete.ro">
  6734. SSILegacyExprParser On
  6735. </Directory>
  6736. </IfModule>
  6737.  
  6738.  
  6739.  
  6740. <IfModule suphp_module>
  6741. suPHP_UserGroup amanetat amanetat
  6742. </IfModule>
  6743. <IfModule !mod_disable_suexec.c>
  6744. <IfModule !mod_ruid2.c>
  6745. SuexecUserGroup amanetat amanetat
  6746. </IfModule>
  6747. </IfModule>
  6748. <IfModule ruid2_module>
  6749. RMode config
  6750. RUidGid amanetat amanetat
  6751. </IfModule>
  6752. <IfModule mpm_itk.c>
  6753. # For more information on MPM ITK, please read:
  6754. # http://mpm-itk.sesse.net/
  6755. AssignUserID amanetat amanetat
  6756. </IfModule>
  6757.  
  6758. <IfModule alias_module>
  6759. ScriptAlias /cgi-bin/ /home/amanetat/public_html/amanete.ro/cgi-bin/
  6760. </IfModule>
  6761.  
  6762. # To customize this VirtualHost use an include file at the following location
  6763. # Include "/usr/local/apache/conf/userdata/std/2_4/amanetat/amanete.amanetate.ro/*.conf"
  6764. </VirtualHost>
  6765.  
  6766. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  6767.  
  6768. <VirtualHost 193.105.239.145:80>
  6769. ServerName prestez.amanetate.ro
  6770. ServerAlias www.prestez.amanetate.ro www.prestez.eu prestez.eu
  6771. DocumentRoot /home/amanetat/public_html/prestez.eu
  6772. ServerAdmin webmaster@prestez.amanetate.ro
  6773. UseCanonicalName Off
  6774. CustomLog /usr/local/apache/domlogs/prestez.amanetate.ro combined
  6775. <IfModule log_config_module>
  6776. <IfModule logio_module>
  6777. CustomLog /usr/local/apache/domlogs/prestez.amanetate.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  6778. </IfModule>
  6779. </IfModule>
  6780. ## User amanetat # Needed for Cpanel::ApacheConf
  6781. <IfModule userdir_module>
  6782. <IfModule !mpm_itk.c>
  6783. <IfModule !ruid2_module>
  6784. UserDir enabled amanetat
  6785. </IfModule>
  6786. </IfModule>
  6787. </IfModule>
  6788.  
  6789. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  6790. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  6791. # the user's .htaccess file. For more information, please read:
  6792. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  6793. <IfModule include_module>
  6794. <Directory "/home/amanetat/public_html/prestez.eu">
  6795. SSILegacyExprParser On
  6796. </Directory>
  6797. </IfModule>
  6798.  
  6799.  
  6800.  
  6801. <IfModule suphp_module>
  6802. suPHP_UserGroup amanetat amanetat
  6803. </IfModule>
  6804. <IfModule !mod_disable_suexec.c>
  6805. <IfModule !mod_ruid2.c>
  6806. SuexecUserGroup amanetat amanetat
  6807. </IfModule>
  6808. </IfModule>
  6809. <IfModule ruid2_module>
  6810. RMode config
  6811. RUidGid amanetat amanetat
  6812. </IfModule>
  6813. <IfModule mpm_itk.c>
  6814. # For more information on MPM ITK, please read:
  6815. # http://mpm-itk.sesse.net/
  6816. AssignUserID amanetat amanetat
  6817. </IfModule>
  6818.  
  6819. <IfModule alias_module>
  6820. ScriptAlias /cgi-bin/ /home/amanetat/public_html/prestez.eu/cgi-bin/
  6821. </IfModule>
  6822.  
  6823. # To customize this VirtualHost use an include file at the following location
  6824. # Include "/usr/local/apache/conf/userdata/std/2_4/amanetat/prestez.amanetate.ro/*.conf"
  6825. </VirtualHost>
  6826.  
  6827. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  6828.  
  6829. <VirtualHost 193.105.239.145:80>
  6830. ServerName postez.amanetate.ro
  6831. ServerAlias postez.eu www.postez.amanetate.ro www.postez.eu
  6832. DocumentRoot /home/amanetat/public_html/postez.eu
  6833. ServerAdmin webmaster@postez.amanetate.ro
  6834. UseCanonicalName Off
  6835. CustomLog /usr/local/apache/domlogs/postez.amanetate.ro combined
  6836. <IfModule log_config_module>
  6837. <IfModule logio_module>
  6838. CustomLog /usr/local/apache/domlogs/postez.amanetate.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  6839. </IfModule>
  6840. </IfModule>
  6841. ## User amanetat # Needed for Cpanel::ApacheConf
  6842. <IfModule userdir_module>
  6843. <IfModule !mpm_itk.c>
  6844. <IfModule !ruid2_module>
  6845. UserDir enabled amanetat
  6846. </IfModule>
  6847. </IfModule>
  6848. </IfModule>
  6849.  
  6850. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  6851. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  6852. # the user's .htaccess file. For more information, please read:
  6853. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  6854. <IfModule include_module>
  6855. <Directory "/home/amanetat/public_html/postez.eu">
  6856. SSILegacyExprParser On
  6857. </Directory>
  6858. </IfModule>
  6859.  
  6860.  
  6861.  
  6862. <IfModule suphp_module>
  6863. suPHP_UserGroup amanetat amanetat
  6864. </IfModule>
  6865. <IfModule !mod_disable_suexec.c>
  6866. <IfModule !mod_ruid2.c>
  6867. SuexecUserGroup amanetat amanetat
  6868. </IfModule>
  6869. </IfModule>
  6870. <IfModule ruid2_module>
  6871. RMode config
  6872. RUidGid amanetat amanetat
  6873. </IfModule>
  6874. <IfModule mpm_itk.c>
  6875. # For more information on MPM ITK, please read:
  6876. # http://mpm-itk.sesse.net/
  6877. AssignUserID amanetat amanetat
  6878. </IfModule>
  6879.  
  6880. <IfModule alias_module>
  6881. ScriptAlias /cgi-bin/ /home/amanetat/public_html/postez.eu/cgi-bin/
  6882. </IfModule>
  6883.  
  6884. # To customize this VirtualHost use an include file at the following location
  6885. # Include "/usr/local/apache/conf/userdata/std/2_4/amanetat/postez.amanetate.ro/*.conf"
  6886. </VirtualHost>
  6887.  
  6888. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  6889.  
  6890. <VirtualHost 193.105.239.145:80>
  6891. ServerName m.amanetate.ro
  6892. ServerAlias www.m.amanetate.ro
  6893. DocumentRoot /home/amanetat/public_html
  6894. ServerAdmin webmaster@m.amanetate.ro
  6895. UseCanonicalName On
  6896. CustomLog /usr/local/apache/domlogs/m.amanetate.ro combined
  6897. <IfModule log_config_module>
  6898. <IfModule logio_module>
  6899. CustomLog /usr/local/apache/domlogs/m.amanetate.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  6900. </IfModule>
  6901. </IfModule>
  6902. ## User amanetat # Needed for Cpanel::ApacheConf
  6903. <IfModule userdir_module>
  6904. <IfModule !mpm_itk.c>
  6905. <IfModule !ruid2_module>
  6906. UserDir enabled amanetat
  6907. </IfModule>
  6908. </IfModule>
  6909. </IfModule>
  6910.  
  6911. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  6912. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  6913. # the user's .htaccess file. For more information, please read:
  6914. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  6915. <IfModule include_module>
  6916. <Directory "/home/amanetat/public_html">
  6917. SSILegacyExprParser On
  6918. </Directory>
  6919. </IfModule>
  6920.  
  6921.  
  6922.  
  6923. <IfModule suphp_module>
  6924. suPHP_UserGroup amanetat amanetat
  6925. </IfModule>
  6926. <IfModule !mod_disable_suexec.c>
  6927. <IfModule !mod_ruid2.c>
  6928. SuexecUserGroup amanetat amanetat
  6929. </IfModule>
  6930. </IfModule>
  6931. <IfModule ruid2_module>
  6932. RMode config
  6933. RUidGid amanetat amanetat
  6934. </IfModule>
  6935. <IfModule mpm_itk.c>
  6936. # For more information on MPM ITK, please read:
  6937. # http://mpm-itk.sesse.net/
  6938. AssignUserID amanetat amanetat
  6939. </IfModule>
  6940.  
  6941. <IfModule alias_module>
  6942. ScriptAlias /cgi-bin/ /home/amanetat/public_html/cgi-bin/
  6943. </IfModule>
  6944.  
  6945. # To customize this VirtualHost use an include file at the following location
  6946. # Include "/usr/local/apache/conf/userdata/std/2_4/amanetat/m.amanetate.ro/*.conf"
  6947. </VirtualHost>
  6948.  
  6949. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  6950.  
  6951. <VirtualHost 193.105.239.146:80>
  6952. ServerName pobieraniegrytorrentow.pl
  6953. ServerAlias www.pobieraniegrytorrentow.pl
  6954. DocumentRoot /home/pobieran/public_html
  6955. ServerAdmin webmaster@pobieraniegrytorrentow.pl
  6956. UseCanonicalName Off
  6957. CustomLog /usr/local/apache/domlogs/pobieraniegrytorrentow.pl combined
  6958. <IfModule log_config_module>
  6959. <IfModule logio_module>
  6960. CustomLog /usr/local/apache/domlogs/pobieraniegrytorrentow.pl-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  6961. </IfModule>
  6962. </IfModule>
  6963. ## User pobieran # Needed for Cpanel::ApacheConf
  6964. <IfModule userdir_module>
  6965. <IfModule !mpm_itk.c>
  6966. <IfModule !ruid2_module>
  6967. UserDir enabled pobieran
  6968. </IfModule>
  6969. </IfModule>
  6970. </IfModule>
  6971.  
  6972. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  6973. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  6974. # the user's .htaccess file. For more information, please read:
  6975. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  6976. <IfModule include_module>
  6977. <Directory "/home/pobieran/public_html">
  6978. SSILegacyExprParser On
  6979. </Directory>
  6980. </IfModule>
  6981.  
  6982.  
  6983.  
  6984. <IfModule suphp_module>
  6985. suPHP_UserGroup pobieran pobieran
  6986. </IfModule>
  6987. <IfModule !mod_disable_suexec.c>
  6988. <IfModule !mod_ruid2.c>
  6989. SuexecUserGroup pobieran pobieran
  6990. </IfModule>
  6991. </IfModule>
  6992. <IfModule ruid2_module>
  6993. RMode config
  6994. RUidGid pobieran pobieran
  6995. </IfModule>
  6996. <IfModule mpm_itk.c>
  6997. # For more information on MPM ITK, please read:
  6998. # http://mpm-itk.sesse.net/
  6999. AssignUserID pobieran pobieran
  7000. </IfModule>
  7001.  
  7002. <IfModule alias_module>
  7003. ScriptAlias /cgi-bin/ /home/pobieran/public_html/cgi-bin/
  7004. </IfModule>
  7005.  
  7006. # To customize this VirtualHost use an include file at the following location
  7007. # Include "/usr/local/apache/conf/userdata/std/2_4/pobieran/pobieraniegrytorrentow.pl/*.conf"
  7008. </VirtualHost>
  7009.  
  7010. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  7011.  
  7012. <VirtualHost 193.105.239.147:80>
  7013. ServerName selfsame.ro
  7014. ServerAlias www.selfsame.ro
  7015. DocumentRoot /home/selfsame/public_html
  7016. ServerAdmin webmaster@selfsame.ro
  7017. UseCanonicalName Off
  7018. CustomLog /usr/local/apache/domlogs/selfsame.ro combined
  7019. <IfModule log_config_module>
  7020. <IfModule logio_module>
  7021. CustomLog /usr/local/apache/domlogs/selfsame.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  7022. </IfModule>
  7023. </IfModule>
  7024. ## User selfsame # Needed for Cpanel::ApacheConf
  7025. <IfModule userdir_module>
  7026. <IfModule !mpm_itk.c>
  7027. <IfModule !ruid2_module>
  7028. UserDir enabled selfsame
  7029. </IfModule>
  7030. </IfModule>
  7031. </IfModule>
  7032.  
  7033. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  7034. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  7035. # the user's .htaccess file. For more information, please read:
  7036. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  7037. <IfModule include_module>
  7038. <Directory "/home/selfsame/public_html">
  7039. SSILegacyExprParser On
  7040. </Directory>
  7041. </IfModule>
  7042.  
  7043.  
  7044.  
  7045. <IfModule suphp_module>
  7046. suPHP_UserGroup selfsame selfsame
  7047. </IfModule>
  7048. <IfModule !mod_disable_suexec.c>
  7049. <IfModule !mod_ruid2.c>
  7050. SuexecUserGroup selfsame selfsame
  7051. </IfModule>
  7052. </IfModule>
  7053. <IfModule ruid2_module>
  7054. RMode config
  7055. RUidGid selfsame selfsame
  7056. </IfModule>
  7057. <IfModule mpm_itk.c>
  7058. # For more information on MPM ITK, please read:
  7059. # http://mpm-itk.sesse.net/
  7060. AssignUserID selfsame selfsame
  7061. </IfModule>
  7062.  
  7063. <IfModule alias_module>
  7064. ScriptAlias /cgi-bin/ /home/selfsame/public_html/cgi-bin/
  7065. </IfModule>
  7066.  
  7067. # To customize this VirtualHost use an include file at the following location
  7068. # Include "/usr/local/apache/conf/userdata/std/2_4/selfsame/selfsame.ro/*.conf"
  7069. </VirtualHost>
  7070.  
  7071. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  7072.  
  7073. <VirtualHost 193.105.239.147:80>
  7074. ServerName biro-shop.ro
  7075. ServerAlias computere-componente.ro papetarie-birotica.ro www.biro-shop.ro www.computere-componente.ro www.papetarie-birotica.ro
  7076. DocumentRoot /home/biroshop/public_html
  7077. ServerAdmin webmaster@biro-shop.ro
  7078. UseCanonicalName Off
  7079. CustomLog /usr/local/apache/domlogs/biro-shop.ro combined
  7080. <IfModule log_config_module>
  7081. <IfModule logio_module>
  7082. CustomLog /usr/local/apache/domlogs/biro-shop.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  7083. </IfModule>
  7084. </IfModule>
  7085. ## User biroshop # Needed for Cpanel::ApacheConf
  7086. <IfModule userdir_module>
  7087. <IfModule !mpm_itk.c>
  7088. <IfModule !ruid2_module>
  7089. UserDir enabled biroshop
  7090. </IfModule>
  7091. </IfModule>
  7092. </IfModule>
  7093.  
  7094. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  7095. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  7096. # the user's .htaccess file. For more information, please read:
  7097. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  7098. <IfModule include_module>
  7099. <Directory "/home/biroshop/public_html">
  7100. SSILegacyExprParser On
  7101. </Directory>
  7102. </IfModule>
  7103.  
  7104.  
  7105.  
  7106. <IfModule suphp_module>
  7107. suPHP_UserGroup biroshop biroshop
  7108. </IfModule>
  7109. <IfModule !mod_disable_suexec.c>
  7110. <IfModule !mod_ruid2.c>
  7111. SuexecUserGroup biroshop biroshop
  7112. </IfModule>
  7113. </IfModule>
  7114. <IfModule ruid2_module>
  7115. RMode config
  7116. RUidGid biroshop biroshop
  7117. </IfModule>
  7118. <IfModule mpm_itk.c>
  7119. # For more information on MPM ITK, please read:
  7120. # http://mpm-itk.sesse.net/
  7121. AssignUserID biroshop biroshop
  7122. </IfModule>
  7123.  
  7124. <IfModule alias_module>
  7125. ScriptAlias /cgi-bin/ /home/biroshop/public_html/cgi-bin/
  7126. </IfModule>
  7127.  
  7128. # To customize this VirtualHost use an include file at the following location
  7129. # Include "/usr/local/apache/conf/userdata/std/2_4/biroshop/biro-shop.ro/*.conf"
  7130. </VirtualHost>
  7131.  
  7132. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  7133.  
  7134. <VirtualHost 193.105.239.147:80>
  7135. ServerName incarcarecartuse.ro
  7136. ServerAlias www.incarcarecartuse.ro
  7137. DocumentRoot /home/incarcar/public_html
  7138. ServerAdmin webmaster@incarcarecartuse.ro
  7139. UseCanonicalName Off
  7140. CustomLog /usr/local/apache/domlogs/incarcarecartuse.ro combined
  7141. <IfModule log_config_module>
  7142. <IfModule logio_module>
  7143. CustomLog /usr/local/apache/domlogs/incarcarecartuse.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  7144. </IfModule>
  7145. </IfModule>
  7146. ## User incarcar # Needed for Cpanel::ApacheConf
  7147. <IfModule userdir_module>
  7148. <IfModule !mpm_itk.c>
  7149. <IfModule !ruid2_module>
  7150. UserDir enabled incarcar
  7151. </IfModule>
  7152. </IfModule>
  7153. </IfModule>
  7154.  
  7155. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  7156. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  7157. # the user's .htaccess file. For more information, please read:
  7158. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  7159. <IfModule include_module>
  7160. <Directory "/home/incarcar/public_html">
  7161. SSILegacyExprParser On
  7162. </Directory>
  7163. </IfModule>
  7164.  
  7165.  
  7166.  
  7167. <IfModule suphp_module>
  7168. suPHP_UserGroup incarcar incarcar
  7169. </IfModule>
  7170. <IfModule !mod_disable_suexec.c>
  7171. <IfModule !mod_ruid2.c>
  7172. SuexecUserGroup incarcar incarcar
  7173. </IfModule>
  7174. </IfModule>
  7175. <IfModule ruid2_module>
  7176. RMode config
  7177. RUidGid incarcar incarcar
  7178. </IfModule>
  7179. <IfModule mpm_itk.c>
  7180. # For more information on MPM ITK, please read:
  7181. # http://mpm-itk.sesse.net/
  7182. AssignUserID incarcar incarcar
  7183. </IfModule>
  7184.  
  7185. <IfModule alias_module>
  7186. ScriptAlias /cgi-bin/ /home/incarcar/public_html/cgi-bin/
  7187. </IfModule>
  7188.  
  7189. # To customize this VirtualHost use an include file at the following location
  7190. # Include "/usr/local/apache/conf/userdata/std/2_4/incarcar/incarcarecartuse.ro/*.conf"
  7191. </VirtualHost>
  7192.  
  7193. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  7194.  
  7195. <VirtualHost 193.105.239.147:80>
  7196. ServerName jaluzele-rulouri.ro
  7197. ServerAlias www.jaluzele-rulouri.ro
  7198. DocumentRoot /home/jaluzele/public_html
  7199. ServerAdmin webmaster@jaluzele-rulouri.ro
  7200. UseCanonicalName Off
  7201. CustomLog /usr/local/apache/domlogs/jaluzele-rulouri.ro combined
  7202. <IfModule log_config_module>
  7203. <IfModule logio_module>
  7204. CustomLog /usr/local/apache/domlogs/jaluzele-rulouri.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  7205. </IfModule>
  7206. </IfModule>
  7207. ## User jaluzele # Needed for Cpanel::ApacheConf
  7208. <IfModule userdir_module>
  7209. <IfModule !mpm_itk.c>
  7210. <IfModule !ruid2_module>
  7211. UserDir enabled jaluzele
  7212. </IfModule>
  7213. </IfModule>
  7214. </IfModule>
  7215.  
  7216. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  7217. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  7218. # the user's .htaccess file. For more information, please read:
  7219. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  7220. <IfModule include_module>
  7221. <Directory "/home/jaluzele/public_html">
  7222. SSILegacyExprParser On
  7223. </Directory>
  7224. </IfModule>
  7225.  
  7226.  
  7227.  
  7228. <IfModule suphp_module>
  7229. suPHP_UserGroup jaluzele jaluzele
  7230. </IfModule>
  7231. <IfModule !mod_disable_suexec.c>
  7232. <IfModule !mod_ruid2.c>
  7233. SuexecUserGroup jaluzele jaluzele
  7234. </IfModule>
  7235. </IfModule>
  7236. <IfModule ruid2_module>
  7237. RMode config
  7238. RUidGid jaluzele jaluzele
  7239. </IfModule>
  7240. <IfModule mpm_itk.c>
  7241. # For more information on MPM ITK, please read:
  7242. # http://mpm-itk.sesse.net/
  7243. AssignUserID jaluzele jaluzele
  7244. </IfModule>
  7245.  
  7246. <IfModule alias_module>
  7247. ScriptAlias /cgi-bin/ /home/jaluzele/public_html/cgi-bin/
  7248. </IfModule>
  7249.  
  7250. # To customize this VirtualHost use an include file at the following location
  7251. # Include "/usr/local/apache/conf/userdata/std/2_4/jaluzele/jaluzele-rulouri.ro/*.conf"
  7252. </VirtualHost>
  7253.  
  7254. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  7255.  
  7256. <VirtualHost 193.105.239.147:80>
  7257. ServerName tratamente-corporale.ro
  7258. ServerAlias www.tratamente-corporale.ro
  7259. DocumentRoot /home/tratamen/public_html
  7260. ServerAdmin webmaster@tratamente-corporale.ro
  7261. UseCanonicalName Off
  7262. CustomLog /usr/local/apache/domlogs/tratamente-corporale.ro combined
  7263. <IfModule log_config_module>
  7264. <IfModule logio_module>
  7265. CustomLog /usr/local/apache/domlogs/tratamente-corporale.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  7266. </IfModule>
  7267. </IfModule>
  7268. ## User tratamen # Needed for Cpanel::ApacheConf
  7269. <IfModule userdir_module>
  7270. <IfModule !mpm_itk.c>
  7271. <IfModule !ruid2_module>
  7272. UserDir enabled tratamen
  7273. </IfModule>
  7274. </IfModule>
  7275. </IfModule>
  7276.  
  7277. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  7278. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  7279. # the user's .htaccess file. For more information, please read:
  7280. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  7281. <IfModule include_module>
  7282. <Directory "/home/tratamen/public_html">
  7283. SSILegacyExprParser On
  7284. </Directory>
  7285. </IfModule>
  7286.  
  7287.  
  7288.  
  7289. <IfModule suphp_module>
  7290. suPHP_UserGroup tratamen tratamen
  7291. </IfModule>
  7292. <IfModule !mod_disable_suexec.c>
  7293. <IfModule !mod_ruid2.c>
  7294. SuexecUserGroup tratamen tratamen
  7295. </IfModule>
  7296. </IfModule>
  7297. <IfModule ruid2_module>
  7298. RMode config
  7299. RUidGid tratamen tratamen
  7300. </IfModule>
  7301. <IfModule mpm_itk.c>
  7302. # For more information on MPM ITK, please read:
  7303. # http://mpm-itk.sesse.net/
  7304. AssignUserID tratamen tratamen
  7305. </IfModule>
  7306.  
  7307. <IfModule alias_module>
  7308. ScriptAlias /cgi-bin/ /home/tratamen/public_html/cgi-bin/
  7309. </IfModule>
  7310.  
  7311. # To customize this VirtualHost use an include file at the following location
  7312. # Include "/usr/local/apache/conf/userdata/std/2_4/tratamen/tratamente-corporale.ro/*.conf"
  7313. </VirtualHost>
  7314.  
  7315. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  7316.  
  7317. <VirtualHost 193.105.239.147:80>
  7318. ServerName 1website.ro
  7319. ServerAlias www.1website.ro
  7320. DocumentRoot /home/website/public_html
  7321. ServerAdmin webmaster@1website.ro
  7322. UseCanonicalName Off
  7323. CustomLog /usr/local/apache/domlogs/1website.ro combined
  7324. <IfModule log_config_module>
  7325. <IfModule logio_module>
  7326. CustomLog /usr/local/apache/domlogs/1website.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  7327. </IfModule>
  7328. </IfModule>
  7329. ## User website # Needed for Cpanel::ApacheConf
  7330. <IfModule userdir_module>
  7331. <IfModule !mpm_itk.c>
  7332. <IfModule !ruid2_module>
  7333. UserDir enabled website
  7334. </IfModule>
  7335. </IfModule>
  7336. </IfModule>
  7337.  
  7338. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  7339. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  7340. # the user's .htaccess file. For more information, please read:
  7341. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  7342. <IfModule include_module>
  7343. <Directory "/home/website/public_html">
  7344. SSILegacyExprParser On
  7345. </Directory>
  7346. </IfModule>
  7347.  
  7348.  
  7349.  
  7350. <IfModule suphp_module>
  7351. suPHP_UserGroup website website
  7352. </IfModule>
  7353. <IfModule !mod_disable_suexec.c>
  7354. <IfModule !mod_ruid2.c>
  7355. SuexecUserGroup website website
  7356. </IfModule>
  7357. </IfModule>
  7358. <IfModule ruid2_module>
  7359. RMode config
  7360. RUidGid website website
  7361. </IfModule>
  7362. <IfModule mpm_itk.c>
  7363. # For more information on MPM ITK, please read:
  7364. # http://mpm-itk.sesse.net/
  7365. AssignUserID website website
  7366. </IfModule>
  7367.  
  7368. <IfModule alias_module>
  7369. ScriptAlias /cgi-bin/ /home/website/public_html/cgi-bin/
  7370. </IfModule>
  7371.  
  7372. # To customize this VirtualHost use an include file at the following location
  7373. # Include "/usr/local/apache/conf/userdata/std/2_4/website/1website.ro/*.conf"
  7374. </VirtualHost>
  7375.  
  7376. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  7377.  
  7378. <VirtualHost 193.105.239.147:80>
  7379. ServerName design.1website.ro
  7380. ServerAlias www.design.1website.ro
  7381. DocumentRoot /home/website/public_html/design
  7382. ServerAdmin webmaster@design.1website.ro
  7383. UseCanonicalName Off
  7384. CustomLog /usr/local/apache/domlogs/design.1website.ro combined
  7385. <IfModule log_config_module>
  7386. <IfModule logio_module>
  7387. CustomLog /usr/local/apache/domlogs/design.1website.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  7388. </IfModule>
  7389. </IfModule>
  7390. ## User website # Needed for Cpanel::ApacheConf
  7391. <IfModule userdir_module>
  7392. <IfModule !mpm_itk.c>
  7393. <IfModule !ruid2_module>
  7394. UserDir enabled website
  7395. </IfModule>
  7396. </IfModule>
  7397. </IfModule>
  7398.  
  7399. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  7400. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  7401. # the user's .htaccess file. For more information, please read:
  7402. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  7403. <IfModule include_module>
  7404. <Directory "/home/website/public_html/design">
  7405. SSILegacyExprParser On
  7406. </Directory>
  7407. </IfModule>
  7408.  
  7409.  
  7410.  
  7411. <IfModule suphp_module>
  7412. suPHP_UserGroup website website
  7413. </IfModule>
  7414. <IfModule !mod_disable_suexec.c>
  7415. <IfModule !mod_ruid2.c>
  7416. SuexecUserGroup website website
  7417. </IfModule>
  7418. </IfModule>
  7419. <IfModule ruid2_module>
  7420. RMode config
  7421. RUidGid website website
  7422. </IfModule>
  7423. <IfModule mpm_itk.c>
  7424. # For more information on MPM ITK, please read:
  7425. # http://mpm-itk.sesse.net/
  7426. AssignUserID website website
  7427. </IfModule>
  7428.  
  7429. <IfModule alias_module>
  7430. ScriptAlias /cgi-bin/ /home/website/public_html/design/cgi-bin/
  7431. </IfModule>
  7432.  
  7433. # To customize this VirtualHost use an include file at the following location
  7434. # Include "/usr/local/apache/conf/userdata/std/2_4/website/design.1website.ro/*.conf"
  7435. </VirtualHost>
  7436.  
  7437. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  7438.  
  7439. <VirtualHost 193.105.239.148:80>
  7440. ServerName breakingpoint.ro
  7441. ServerAlias www.breakingpoint.ro
  7442. DocumentRoot /home/breaking/public_html
  7443. ServerAdmin webmaster@breakingpoint.ro
  7444. UseCanonicalName Off
  7445. CustomLog /usr/local/apache/domlogs/breakingpoint.ro combined
  7446. <IfModule log_config_module>
  7447. <IfModule logio_module>
  7448. CustomLog /usr/local/apache/domlogs/breakingpoint.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  7449. </IfModule>
  7450. </IfModule>
  7451. ## User breaking # Needed for Cpanel::ApacheConf
  7452. <IfModule userdir_module>
  7453. <IfModule !mpm_itk.c>
  7454. <IfModule !ruid2_module>
  7455. UserDir enabled breaking
  7456. </IfModule>
  7457. </IfModule>
  7458. </IfModule>
  7459.  
  7460. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  7461. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  7462. # the user's .htaccess file. For more information, please read:
  7463. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  7464. <IfModule include_module>
  7465. <Directory "/home/breaking/public_html">
  7466. SSILegacyExprParser On
  7467. </Directory>
  7468. </IfModule>
  7469.  
  7470.  
  7471.  
  7472. <IfModule suphp_module>
  7473. suPHP_UserGroup breaking breaking
  7474. </IfModule>
  7475. <IfModule !mod_disable_suexec.c>
  7476. <IfModule !mod_ruid2.c>
  7477. SuexecUserGroup breaking breaking
  7478. </IfModule>
  7479. </IfModule>
  7480. <IfModule ruid2_module>
  7481. RMode config
  7482. RUidGid breaking breaking
  7483. </IfModule>
  7484. <IfModule mpm_itk.c>
  7485. # For more information on MPM ITK, please read:
  7486. # http://mpm-itk.sesse.net/
  7487. AssignUserID breaking breaking
  7488. </IfModule>
  7489.  
  7490. <IfModule alias_module>
  7491. ScriptAlias /cgi-bin/ /home/breaking/public_html/cgi-bin/
  7492. </IfModule>
  7493.  
  7494. # To customize this VirtualHost use an include file at the following location
  7495. # Include "/usr/local/apache/conf/userdata/std/2_4/breaking/breakingpoint.ro/*.conf"
  7496. </VirtualHost>
  7497.  
  7498. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  7499.  
  7500. <VirtualHost 193.105.239.148:80>
  7501. ServerName beaconlanding.breakingpoint.ro
  7502. ServerAlias www.beaconlanding.breakingpoint.ro
  7503. DocumentRoot /home/breaking/public_html/beaconlanding
  7504. ServerAdmin webmaster@beaconlanding.breakingpoint.ro
  7505. UseCanonicalName Off
  7506. CustomLog /usr/local/apache/domlogs/beaconlanding.breakingpoint.ro combined
  7507. <IfModule log_config_module>
  7508. <IfModule logio_module>
  7509. CustomLog /usr/local/apache/domlogs/beaconlanding.breakingpoint.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  7510. </IfModule>
  7511. </IfModule>
  7512. ## User breaking # Needed for Cpanel::ApacheConf
  7513. <IfModule userdir_module>
  7514. <IfModule !mpm_itk.c>
  7515. <IfModule !ruid2_module>
  7516. UserDir enabled breaking
  7517. </IfModule>
  7518. </IfModule>
  7519. </IfModule>
  7520.  
  7521. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  7522. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  7523. # the user's .htaccess file. For more information, please read:
  7524. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  7525. <IfModule include_module>
  7526. <Directory "/home/breaking/public_html/beaconlanding">
  7527. SSILegacyExprParser On
  7528. </Directory>
  7529. </IfModule>
  7530.  
  7531.  
  7532.  
  7533. <IfModule suphp_module>
  7534. suPHP_UserGroup breaking breaking
  7535. </IfModule>
  7536. <IfModule !mod_disable_suexec.c>
  7537. <IfModule !mod_ruid2.c>
  7538. SuexecUserGroup breaking breaking
  7539. </IfModule>
  7540. </IfModule>
  7541. <IfModule ruid2_module>
  7542. RMode config
  7543. RUidGid breaking breaking
  7544. </IfModule>
  7545. <IfModule mpm_itk.c>
  7546. # For more information on MPM ITK, please read:
  7547. # http://mpm-itk.sesse.net/
  7548. AssignUserID breaking breaking
  7549. </IfModule>
  7550.  
  7551. <IfModule alias_module>
  7552. ScriptAlias /cgi-bin/ /home/breaking/public_html/beaconlanding/cgi-bin/
  7553. </IfModule>
  7554.  
  7555. # To customize this VirtualHost use an include file at the following location
  7556. # Include "/usr/local/apache/conf/userdata/std/2_4/breaking/beaconlanding.breakingpoint.ro/*.conf"
  7557. </VirtualHost>
  7558.  
  7559. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  7560.  
  7561. <VirtualHost 193.105.239.148:80>
  7562. ServerName estifrumoasa.breakingpoint.ro
  7563. ServerAlias www.estifrumoasa.breakingpoint.ro
  7564. DocumentRoot /home/breaking/public_html/estifrumoasa
  7565. ServerAdmin webmaster@estifrumoasa.breakingpoint.ro
  7566. UseCanonicalName Off
  7567. CustomLog /usr/local/apache/domlogs/estifrumoasa.breakingpoint.ro combined
  7568. <IfModule log_config_module>
  7569. <IfModule logio_module>
  7570. CustomLog /usr/local/apache/domlogs/estifrumoasa.breakingpoint.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  7571. </IfModule>
  7572. </IfModule>
  7573. ## User breaking # Needed for Cpanel::ApacheConf
  7574. <IfModule userdir_module>
  7575. <IfModule !mpm_itk.c>
  7576. <IfModule !ruid2_module>
  7577. UserDir enabled breaking
  7578. </IfModule>
  7579. </IfModule>
  7580. </IfModule>
  7581.  
  7582. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  7583. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  7584. # the user's .htaccess file. For more information, please read:
  7585. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  7586. <IfModule include_module>
  7587. <Directory "/home/breaking/public_html/estifrumoasa">
  7588. SSILegacyExprParser On
  7589. </Directory>
  7590. </IfModule>
  7591.  
  7592.  
  7593.  
  7594. <IfModule suphp_module>
  7595. suPHP_UserGroup breaking breaking
  7596. </IfModule>
  7597. <IfModule !mod_disable_suexec.c>
  7598. <IfModule !mod_ruid2.c>
  7599. SuexecUserGroup breaking breaking
  7600. </IfModule>
  7601. </IfModule>
  7602. <IfModule ruid2_module>
  7603. RMode config
  7604. RUidGid breaking breaking
  7605. </IfModule>
  7606. <IfModule mpm_itk.c>
  7607. # For more information on MPM ITK, please read:
  7608. # http://mpm-itk.sesse.net/
  7609. AssignUserID breaking breaking
  7610. </IfModule>
  7611.  
  7612. <IfModule alias_module>
  7613. ScriptAlias /cgi-bin/ /home/breaking/public_html/estifrumoasa/cgi-bin/
  7614. </IfModule>
  7615.  
  7616. # To customize this VirtualHost use an include file at the following location
  7617. # Include "/usr/local/apache/conf/userdata/std/2_4/breaking/estifrumoasa.breakingpoint.ro/*.conf"
  7618. </VirtualHost>
  7619.  
  7620. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  7621.  
  7622. <VirtualHost 193.105.239.148:80>
  7623. ServerName cosmotravel.breakingpoint.ro
  7624. ServerAlias www.cosmotravel.breakingpoint.ro
  7625. DocumentRoot /home/breaking/public_html/cosmotravel
  7626. ServerAdmin webmaster@cosmotravel.breakingpoint.ro
  7627. UseCanonicalName Off
  7628. CustomLog /usr/local/apache/domlogs/cosmotravel.breakingpoint.ro combined
  7629. <IfModule log_config_module>
  7630. <IfModule logio_module>
  7631. CustomLog /usr/local/apache/domlogs/cosmotravel.breakingpoint.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  7632. </IfModule>
  7633. </IfModule>
  7634. ## User breaking # Needed for Cpanel::ApacheConf
  7635. <IfModule userdir_module>
  7636. <IfModule !mpm_itk.c>
  7637. <IfModule !ruid2_module>
  7638. UserDir enabled breaking
  7639. </IfModule>
  7640. </IfModule>
  7641. </IfModule>
  7642.  
  7643. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  7644. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  7645. # the user's .htaccess file. For more information, please read:
  7646. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  7647. <IfModule include_module>
  7648. <Directory "/home/breaking/public_html/cosmotravel">
  7649. SSILegacyExprParser On
  7650. </Directory>
  7651. </IfModule>
  7652.  
  7653.  
  7654.  
  7655. <IfModule suphp_module>
  7656. suPHP_UserGroup breaking breaking
  7657. </IfModule>
  7658. <IfModule !mod_disable_suexec.c>
  7659. <IfModule !mod_ruid2.c>
  7660. SuexecUserGroup breaking breaking
  7661. </IfModule>
  7662. </IfModule>
  7663. <IfModule ruid2_module>
  7664. RMode config
  7665. RUidGid breaking breaking
  7666. </IfModule>
  7667. <IfModule mpm_itk.c>
  7668. # For more information on MPM ITK, please read:
  7669. # http://mpm-itk.sesse.net/
  7670. AssignUserID breaking breaking
  7671. </IfModule>
  7672.  
  7673. <IfModule alias_module>
  7674. ScriptAlias /cgi-bin/ /home/breaking/public_html/cosmotravel/cgi-bin/
  7675. </IfModule>
  7676.  
  7677. # To customize this VirtualHost use an include file at the following location
  7678. # Include "/usr/local/apache/conf/userdata/std/2_4/breaking/cosmotravel.breakingpoint.ro/*.conf"
  7679. </VirtualHost>
  7680.  
  7681. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  7682.  
  7683. <VirtualHost 193.105.239.148:80>
  7684. ServerName librariumwp.breakingpoint.ro
  7685. ServerAlias www.librariumwp.breakingpoint.ro
  7686. DocumentRoot /home/breaking/public_html/librariumwp
  7687. ServerAdmin webmaster@librariumwp.breakingpoint.ro
  7688. UseCanonicalName Off
  7689. CustomLog /usr/local/apache/domlogs/librariumwp.breakingpoint.ro combined
  7690. <IfModule log_config_module>
  7691. <IfModule logio_module>
  7692. CustomLog /usr/local/apache/domlogs/librariumwp.breakingpoint.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  7693. </IfModule>
  7694. </IfModule>
  7695. ## User breaking # Needed for Cpanel::ApacheConf
  7696. <IfModule userdir_module>
  7697. <IfModule !mpm_itk.c>
  7698. <IfModule !ruid2_module>
  7699. UserDir enabled breaking
  7700. </IfModule>
  7701. </IfModule>
  7702. </IfModule>
  7703.  
  7704. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  7705. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  7706. # the user's .htaccess file. For more information, please read:
  7707. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  7708. <IfModule include_module>
  7709. <Directory "/home/breaking/public_html/librariumwp">
  7710. SSILegacyExprParser On
  7711. </Directory>
  7712. </IfModule>
  7713.  
  7714.  
  7715.  
  7716. <IfModule suphp_module>
  7717. suPHP_UserGroup breaking breaking
  7718. </IfModule>
  7719. <IfModule !mod_disable_suexec.c>
  7720. <IfModule !mod_ruid2.c>
  7721. SuexecUserGroup breaking breaking
  7722. </IfModule>
  7723. </IfModule>
  7724. <IfModule ruid2_module>
  7725. RMode config
  7726. RUidGid breaking breaking
  7727. </IfModule>
  7728. <IfModule mpm_itk.c>
  7729. # For more information on MPM ITK, please read:
  7730. # http://mpm-itk.sesse.net/
  7731. AssignUserID breaking breaking
  7732. </IfModule>
  7733.  
  7734. <IfModule alias_module>
  7735. ScriptAlias /cgi-bin/ /home/breaking/public_html/librariumwp/cgi-bin/
  7736. </IfModule>
  7737.  
  7738. # To customize this VirtualHost use an include file at the following location
  7739. # Include "/usr/local/apache/conf/userdata/std/2_4/breaking/librariumwp.breakingpoint.ro/*.conf"
  7740. </VirtualHost>
  7741.  
  7742. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  7743.  
  7744. <VirtualHost 193.105.239.148:80>
  7745. ServerName beacondocs.breakingpoint.ro
  7746. ServerAlias www.beacondocs.breakingpoint.ro
  7747. DocumentRoot /home/breaking/public_html/beacondocs
  7748. ServerAdmin webmaster@beacondocs.breakingpoint.ro
  7749. UseCanonicalName Off
  7750. CustomLog /usr/local/apache/domlogs/beacondocs.breakingpoint.ro combined
  7751. <IfModule log_config_module>
  7752. <IfModule logio_module>
  7753. CustomLog /usr/local/apache/domlogs/beacondocs.breakingpoint.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  7754. </IfModule>
  7755. </IfModule>
  7756. ## User breaking # Needed for Cpanel::ApacheConf
  7757. <IfModule userdir_module>
  7758. <IfModule !mpm_itk.c>
  7759. <IfModule !ruid2_module>
  7760. UserDir enabled breaking
  7761. </IfModule>
  7762. </IfModule>
  7763. </IfModule>
  7764.  
  7765. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  7766. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  7767. # the user's .htaccess file. For more information, please read:
  7768. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  7769. <IfModule include_module>
  7770. <Directory "/home/breaking/public_html/beacondocs">
  7771. SSILegacyExprParser On
  7772. </Directory>
  7773. </IfModule>
  7774.  
  7775.  
  7776.  
  7777. <IfModule suphp_module>
  7778. suPHP_UserGroup breaking breaking
  7779. </IfModule>
  7780. <IfModule !mod_disable_suexec.c>
  7781. <IfModule !mod_ruid2.c>
  7782. SuexecUserGroup breaking breaking
  7783. </IfModule>
  7784. </IfModule>
  7785. <IfModule ruid2_module>
  7786. RMode config
  7787. RUidGid breaking breaking
  7788. </IfModule>
  7789. <IfModule mpm_itk.c>
  7790. # For more information on MPM ITK, please read:
  7791. # http://mpm-itk.sesse.net/
  7792. AssignUserID breaking breaking
  7793. </IfModule>
  7794.  
  7795. <IfModule alias_module>
  7796. ScriptAlias /cgi-bin/ /home/breaking/public_html/beacondocs/cgi-bin/
  7797. </IfModule>
  7798.  
  7799. # To customize this VirtualHost use an include file at the following location
  7800. # Include "/usr/local/apache/conf/userdata/std/2_4/breaking/beacondocs.breakingpoint.ro/*.conf"
  7801. </VirtualHost>
  7802.  
  7803. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  7804.  
  7805. <VirtualHost 193.105.239.148:80>
  7806. ServerName callcenter.breakingpoint.ro
  7807. ServerAlias www.callcenter.breakingpoint.ro
  7808. DocumentRoot /home/breaking/public_html/callcenter
  7809. ServerAdmin webmaster@callcenter.breakingpoint.ro
  7810. UseCanonicalName Off
  7811. CustomLog /usr/local/apache/domlogs/callcenter.breakingpoint.ro combined
  7812. <IfModule log_config_module>
  7813. <IfModule logio_module>
  7814. CustomLog /usr/local/apache/domlogs/callcenter.breakingpoint.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  7815. </IfModule>
  7816. </IfModule>
  7817. ## User breaking # Needed for Cpanel::ApacheConf
  7818. <IfModule userdir_module>
  7819. <IfModule !mpm_itk.c>
  7820. <IfModule !ruid2_module>
  7821. UserDir enabled breaking
  7822. </IfModule>
  7823. </IfModule>
  7824. </IfModule>
  7825.  
  7826. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  7827. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  7828. # the user's .htaccess file. For more information, please read:
  7829. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  7830. <IfModule include_module>
  7831. <Directory "/home/breaking/public_html/callcenter">
  7832. SSILegacyExprParser On
  7833. </Directory>
  7834. </IfModule>
  7835.  
  7836.  
  7837.  
  7838. <IfModule suphp_module>
  7839. suPHP_UserGroup breaking breaking
  7840. </IfModule>
  7841. <IfModule !mod_disable_suexec.c>
  7842. <IfModule !mod_ruid2.c>
  7843. SuexecUserGroup breaking breaking
  7844. </IfModule>
  7845. </IfModule>
  7846. <IfModule ruid2_module>
  7847. RMode config
  7848. RUidGid breaking breaking
  7849. </IfModule>
  7850. <IfModule mpm_itk.c>
  7851. # For more information on MPM ITK, please read:
  7852. # http://mpm-itk.sesse.net/
  7853. AssignUserID breaking breaking
  7854. </IfModule>
  7855.  
  7856. <IfModule alias_module>
  7857. ScriptAlias /cgi-bin/ /home/breaking/public_html/callcenter/cgi-bin/
  7858. </IfModule>
  7859.  
  7860. # To customize this VirtualHost use an include file at the following location
  7861. # Include "/usr/local/apache/conf/userdata/std/2_4/breaking/callcenter.breakingpoint.ro/*.conf"
  7862. </VirtualHost>
  7863.  
  7864. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  7865.  
  7866. <VirtualHost 193.105.239.148:80>
  7867. ServerName proximus.breakingpoint.ro
  7868. ServerAlias www.proximus.breakingpoint.ro
  7869. DocumentRoot /home/breaking/public_html/proximus
  7870. ServerAdmin webmaster@proximus.breakingpoint.ro
  7871. UseCanonicalName Off
  7872. CustomLog /usr/local/apache/domlogs/proximus.breakingpoint.ro combined
  7873. <IfModule log_config_module>
  7874. <IfModule logio_module>
  7875. CustomLog /usr/local/apache/domlogs/proximus.breakingpoint.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  7876. </IfModule>
  7877. </IfModule>
  7878. ## User breaking # Needed for Cpanel::ApacheConf
  7879. <IfModule userdir_module>
  7880. <IfModule !mpm_itk.c>
  7881. <IfModule !ruid2_module>
  7882. UserDir enabled breaking
  7883. </IfModule>
  7884. </IfModule>
  7885. </IfModule>
  7886.  
  7887. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  7888. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  7889. # the user's .htaccess file. For more information, please read:
  7890. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  7891. <IfModule include_module>
  7892. <Directory "/home/breaking/public_html/proximus">
  7893. SSILegacyExprParser On
  7894. </Directory>
  7895. </IfModule>
  7896.  
  7897.  
  7898.  
  7899. <IfModule suphp_module>
  7900. suPHP_UserGroup breaking breaking
  7901. </IfModule>
  7902. <IfModule !mod_disable_suexec.c>
  7903. <IfModule !mod_ruid2.c>
  7904. SuexecUserGroup breaking breaking
  7905. </IfModule>
  7906. </IfModule>
  7907. <IfModule ruid2_module>
  7908. RMode config
  7909. RUidGid breaking breaking
  7910. </IfModule>
  7911. <IfModule mpm_itk.c>
  7912. # For more information on MPM ITK, please read:
  7913. # http://mpm-itk.sesse.net/
  7914. AssignUserID breaking breaking
  7915. </IfModule>
  7916.  
  7917. <IfModule alias_module>
  7918. ScriptAlias /cgi-bin/ /home/breaking/public_html/proximus/cgi-bin/
  7919. </IfModule>
  7920.  
  7921. # To customize this VirtualHost use an include file at the following location
  7922. # Include "/usr/local/apache/conf/userdata/std/2_4/breaking/proximus.breakingpoint.ro/*.conf"
  7923. </VirtualHost>
  7924.  
  7925. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  7926.  
  7927. <VirtualHost 193.105.239.148:80>
  7928. ServerName traditii.breakingpoint.ro
  7929. ServerAlias www.traditii.breakingpoint.ro
  7930. DocumentRoot /home/breaking/public_html/traditii
  7931. ServerAdmin webmaster@traditii.breakingpoint.ro
  7932. UseCanonicalName Off
  7933. CustomLog /usr/local/apache/domlogs/traditii.breakingpoint.ro combined
  7934. <IfModule log_config_module>
  7935. <IfModule logio_module>
  7936. CustomLog /usr/local/apache/domlogs/traditii.breakingpoint.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  7937. </IfModule>
  7938. </IfModule>
  7939. ## User breaking # Needed for Cpanel::ApacheConf
  7940. <IfModule userdir_module>
  7941. <IfModule !mpm_itk.c>
  7942. <IfModule !ruid2_module>
  7943. UserDir enabled breaking
  7944. </IfModule>
  7945. </IfModule>
  7946. </IfModule>
  7947.  
  7948. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  7949. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  7950. # the user's .htaccess file. For more information, please read:
  7951. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  7952. <IfModule include_module>
  7953. <Directory "/home/breaking/public_html/traditii">
  7954. SSILegacyExprParser On
  7955. </Directory>
  7956. </IfModule>
  7957.  
  7958.  
  7959.  
  7960. <IfModule suphp_module>
  7961. suPHP_UserGroup breaking breaking
  7962. </IfModule>
  7963. <IfModule !mod_disable_suexec.c>
  7964. <IfModule !mod_ruid2.c>
  7965. SuexecUserGroup breaking breaking
  7966. </IfModule>
  7967. </IfModule>
  7968. <IfModule ruid2_module>
  7969. RMode config
  7970. RUidGid breaking breaking
  7971. </IfModule>
  7972. <IfModule mpm_itk.c>
  7973. # For more information on MPM ITK, please read:
  7974. # http://mpm-itk.sesse.net/
  7975. AssignUserID breaking breaking
  7976. </IfModule>
  7977.  
  7978. <IfModule alias_module>
  7979. ScriptAlias /cgi-bin/ /home/breaking/public_html/traditii/cgi-bin/
  7980. </IfModule>
  7981.  
  7982. # To customize this VirtualHost use an include file at the following location
  7983. # Include "/usr/local/apache/conf/userdata/std/2_4/breaking/traditii.breakingpoint.ro/*.conf"
  7984. </VirtualHost>
  7985.  
  7986. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  7987.  
  7988. <VirtualHost 193.105.239.148:80>
  7989. ServerName artshop.breakingpoint.ro
  7990. ServerAlias www.artshop.breakingpoint.ro
  7991. DocumentRoot /home/breaking/public_html/artshop
  7992. ServerAdmin webmaster@artshop.breakingpoint.ro
  7993. UseCanonicalName Off
  7994. CustomLog /usr/local/apache/domlogs/artshop.breakingpoint.ro combined
  7995. <IfModule log_config_module>
  7996. <IfModule logio_module>
  7997. CustomLog /usr/local/apache/domlogs/artshop.breakingpoint.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  7998. </IfModule>
  7999. </IfModule>
  8000. ## User breaking # Needed for Cpanel::ApacheConf
  8001. <IfModule userdir_module>
  8002. <IfModule !mpm_itk.c>
  8003. <IfModule !ruid2_module>
  8004. UserDir enabled breaking
  8005. </IfModule>
  8006. </IfModule>
  8007. </IfModule>
  8008.  
  8009. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  8010. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  8011. # the user's .htaccess file. For more information, please read:
  8012. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  8013. <IfModule include_module>
  8014. <Directory "/home/breaking/public_html/artshop">
  8015. SSILegacyExprParser On
  8016. </Directory>
  8017. </IfModule>
  8018.  
  8019.  
  8020.  
  8021. <IfModule suphp_module>
  8022. suPHP_UserGroup breaking breaking
  8023. </IfModule>
  8024. <IfModule !mod_disable_suexec.c>
  8025. <IfModule !mod_ruid2.c>
  8026. SuexecUserGroup breaking breaking
  8027. </IfModule>
  8028. </IfModule>
  8029. <IfModule ruid2_module>
  8030. RMode config
  8031. RUidGid breaking breaking
  8032. </IfModule>
  8033. <IfModule mpm_itk.c>
  8034. # For more information on MPM ITK, please read:
  8035. # http://mpm-itk.sesse.net/
  8036. AssignUserID breaking breaking
  8037. </IfModule>
  8038.  
  8039. <IfModule alias_module>
  8040. ScriptAlias /cgi-bin/ /home/breaking/public_html/artshop/cgi-bin/
  8041. </IfModule>
  8042.  
  8043. # To customize this VirtualHost use an include file at the following location
  8044. # Include "/usr/local/apache/conf/userdata/std/2_4/breaking/artshop.breakingpoint.ro/*.conf"
  8045. </VirtualHost>
  8046.  
  8047. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  8048.  
  8049. <VirtualHost 193.105.239.148:80>
  8050. ServerName ibeacon.breakingpoint.ro
  8051. ServerAlias www.ibeacon.breakingpoint.ro
  8052. DocumentRoot /home/breaking/public_html/ibeacon
  8053. ServerAdmin webmaster@ibeacon.breakingpoint.ro
  8054. UseCanonicalName Off
  8055. CustomLog /usr/local/apache/domlogs/ibeacon.breakingpoint.ro combined
  8056. <IfModule log_config_module>
  8057. <IfModule logio_module>
  8058. CustomLog /usr/local/apache/domlogs/ibeacon.breakingpoint.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  8059. </IfModule>
  8060. </IfModule>
  8061. ## User breaking # Needed for Cpanel::ApacheConf
  8062. <IfModule userdir_module>
  8063. <IfModule !mpm_itk.c>
  8064. <IfModule !ruid2_module>
  8065. UserDir enabled breaking
  8066. </IfModule>
  8067. </IfModule>
  8068. </IfModule>
  8069.  
  8070. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  8071. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  8072. # the user's .htaccess file. For more information, please read:
  8073. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  8074. <IfModule include_module>
  8075. <Directory "/home/breaking/public_html/ibeacon">
  8076. SSILegacyExprParser On
  8077. </Directory>
  8078. </IfModule>
  8079.  
  8080.  
  8081.  
  8082. <IfModule suphp_module>
  8083. suPHP_UserGroup breaking breaking
  8084. </IfModule>
  8085. <IfModule !mod_disable_suexec.c>
  8086. <IfModule !mod_ruid2.c>
  8087. SuexecUserGroup breaking breaking
  8088. </IfModule>
  8089. </IfModule>
  8090. <IfModule ruid2_module>
  8091. RMode config
  8092. RUidGid breaking breaking
  8093. </IfModule>
  8094. <IfModule mpm_itk.c>
  8095. # For more information on MPM ITK, please read:
  8096. # http://mpm-itk.sesse.net/
  8097. AssignUserID breaking breaking
  8098. </IfModule>
  8099.  
  8100. <IfModule alias_module>
  8101. ScriptAlias /cgi-bin/ /home/breaking/public_html/ibeacon/cgi-bin/
  8102. </IfModule>
  8103.  
  8104. # To customize this VirtualHost use an include file at the following location
  8105. # Include "/usr/local/apache/conf/userdata/std/2_4/breaking/ibeacon.breakingpoint.ro/*.conf"
  8106. </VirtualHost>
  8107.  
  8108. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  8109.  
  8110. <VirtualHost 193.105.239.148:80>
  8111. ServerName maxwifi.breakingpoint.ro
  8112. ServerAlias www.maxwifi.breakingpoint.ro
  8113. DocumentRoot /home/breaking/public_html/maxwifi
  8114. ServerAdmin webmaster@maxwifi.breakingpoint.ro
  8115. UseCanonicalName Off
  8116. CustomLog /usr/local/apache/domlogs/maxwifi.breakingpoint.ro combined
  8117. <IfModule log_config_module>
  8118. <IfModule logio_module>
  8119. CustomLog /usr/local/apache/domlogs/maxwifi.breakingpoint.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  8120. </IfModule>
  8121. </IfModule>
  8122. ## User breaking # Needed for Cpanel::ApacheConf
  8123. <IfModule userdir_module>
  8124. <IfModule !mpm_itk.c>
  8125. <IfModule !ruid2_module>
  8126. UserDir enabled breaking
  8127. </IfModule>
  8128. </IfModule>
  8129. </IfModule>
  8130.  
  8131. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  8132. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  8133. # the user's .htaccess file. For more information, please read:
  8134. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  8135. <IfModule include_module>
  8136. <Directory "/home/breaking/public_html/maxwifi">
  8137. SSILegacyExprParser On
  8138. </Directory>
  8139. </IfModule>
  8140.  
  8141.  
  8142.  
  8143. <IfModule suphp_module>
  8144. suPHP_UserGroup breaking breaking
  8145. </IfModule>
  8146. <IfModule !mod_disable_suexec.c>
  8147. <IfModule !mod_ruid2.c>
  8148. SuexecUserGroup breaking breaking
  8149. </IfModule>
  8150. </IfModule>
  8151. <IfModule ruid2_module>
  8152. RMode config
  8153. RUidGid breaking breaking
  8154. </IfModule>
  8155. <IfModule mpm_itk.c>
  8156. # For more information on MPM ITK, please read:
  8157. # http://mpm-itk.sesse.net/
  8158. AssignUserID breaking breaking
  8159. </IfModule>
  8160.  
  8161. <IfModule alias_module>
  8162. ScriptAlias /cgi-bin/ /home/breaking/public_html/maxwifi/cgi-bin/
  8163. </IfModule>
  8164.  
  8165. # To customize this VirtualHost use an include file at the following location
  8166. # Include "/usr/local/apache/conf/userdata/std/2_4/breaking/maxwifi.breakingpoint.ro/*.conf"
  8167. </VirtualHost>
  8168.  
  8169. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  8170.  
  8171. <VirtualHost 193.105.239.148:80>
  8172. ServerName daniel.breakingpoint.ro
  8173. ServerAlias www.daniel.breakingpoint.ro
  8174. DocumentRoot /home/breaking/public_html/daniel
  8175. ServerAdmin webmaster@daniel.breakingpoint.ro
  8176. UseCanonicalName Off
  8177. CustomLog /usr/local/apache/domlogs/daniel.breakingpoint.ro combined
  8178. <IfModule log_config_module>
  8179. <IfModule logio_module>
  8180. CustomLog /usr/local/apache/domlogs/daniel.breakingpoint.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  8181. </IfModule>
  8182. </IfModule>
  8183. ## User breaking # Needed for Cpanel::ApacheConf
  8184. <IfModule userdir_module>
  8185. <IfModule !mpm_itk.c>
  8186. <IfModule !ruid2_module>
  8187. UserDir enabled breaking
  8188. </IfModule>
  8189. </IfModule>
  8190. </IfModule>
  8191.  
  8192. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  8193. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  8194. # the user's .htaccess file. For more information, please read:
  8195. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  8196. <IfModule include_module>
  8197. <Directory "/home/breaking/public_html/daniel">
  8198. SSILegacyExprParser On
  8199. </Directory>
  8200. </IfModule>
  8201.  
  8202.  
  8203.  
  8204. <IfModule suphp_module>
  8205. suPHP_UserGroup breaking breaking
  8206. </IfModule>
  8207. <IfModule !mod_disable_suexec.c>
  8208. <IfModule !mod_ruid2.c>
  8209. SuexecUserGroup breaking breaking
  8210. </IfModule>
  8211. </IfModule>
  8212. <IfModule ruid2_module>
  8213. RMode config
  8214. RUidGid breaking breaking
  8215. </IfModule>
  8216. <IfModule mpm_itk.c>
  8217. # For more information on MPM ITK, please read:
  8218. # http://mpm-itk.sesse.net/
  8219. AssignUserID breaking breaking
  8220. </IfModule>
  8221.  
  8222. <IfModule alias_module>
  8223. ScriptAlias /cgi-bin/ /home/breaking/public_html/daniel/cgi-bin/
  8224. </IfModule>
  8225.  
  8226. # To customize this VirtualHost use an include file at the following location
  8227. # Include "/usr/local/apache/conf/userdata/std/2_4/breaking/daniel.breakingpoint.ro/*.conf"
  8228. </VirtualHost>
  8229.  
  8230. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  8231.  
  8232. <VirtualHost 193.105.239.148:80>
  8233. ServerName lauraa.breakingpoint.ro
  8234. ServerAlias www.lauraa.breakingpoint.ro
  8235. DocumentRoot /home/breaking/public_html/lauraa
  8236. ServerAdmin webmaster@lauraa.breakingpoint.ro
  8237. UseCanonicalName Off
  8238. CustomLog /usr/local/apache/domlogs/lauraa.breakingpoint.ro combined
  8239. <IfModule log_config_module>
  8240. <IfModule logio_module>
  8241. CustomLog /usr/local/apache/domlogs/lauraa.breakingpoint.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  8242. </IfModule>
  8243. </IfModule>
  8244. ## User breaking # Needed for Cpanel::ApacheConf
  8245. <IfModule userdir_module>
  8246. <IfModule !mpm_itk.c>
  8247. <IfModule !ruid2_module>
  8248. UserDir enabled breaking
  8249. </IfModule>
  8250. </IfModule>
  8251. </IfModule>
  8252.  
  8253. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  8254. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  8255. # the user's .htaccess file. For more information, please read:
  8256. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  8257. <IfModule include_module>
  8258. <Directory "/home/breaking/public_html/lauraa">
  8259. SSILegacyExprParser On
  8260. </Directory>
  8261. </IfModule>
  8262.  
  8263.  
  8264.  
  8265. <IfModule suphp_module>
  8266. suPHP_UserGroup breaking breaking
  8267. </IfModule>
  8268. <IfModule !mod_disable_suexec.c>
  8269. <IfModule !mod_ruid2.c>
  8270. SuexecUserGroup breaking breaking
  8271. </IfModule>
  8272. </IfModule>
  8273. <IfModule ruid2_module>
  8274. RMode config
  8275. RUidGid breaking breaking
  8276. </IfModule>
  8277. <IfModule mpm_itk.c>
  8278. # For more information on MPM ITK, please read:
  8279. # http://mpm-itk.sesse.net/
  8280. AssignUserID breaking breaking
  8281. </IfModule>
  8282.  
  8283. <IfModule alias_module>
  8284. ScriptAlias /cgi-bin/ /home/breaking/public_html/lauraa/cgi-bin/
  8285. </IfModule>
  8286.  
  8287. # To customize this VirtualHost use an include file at the following location
  8288. # Include "/usr/local/apache/conf/userdata/std/2_4/breaking/lauraa.breakingpoint.ro/*.conf"
  8289. </VirtualHost>
  8290.  
  8291. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  8292.  
  8293. <VirtualHost 193.105.239.148:80>
  8294. ServerName layers.breakingpoint.ro
  8295. ServerAlias www.layers.breakingpoint.ro
  8296. DocumentRoot /home/breaking/public_html/layers
  8297. ServerAdmin webmaster@layers.breakingpoint.ro
  8298. UseCanonicalName Off
  8299. CustomLog /usr/local/apache/domlogs/layers.breakingpoint.ro combined
  8300. <IfModule log_config_module>
  8301. <IfModule logio_module>
  8302. CustomLog /usr/local/apache/domlogs/layers.breakingpoint.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  8303. </IfModule>
  8304. </IfModule>
  8305. ## User breaking # Needed for Cpanel::ApacheConf
  8306. <IfModule userdir_module>
  8307. <IfModule !mpm_itk.c>
  8308. <IfModule !ruid2_module>
  8309. UserDir enabled breaking
  8310. </IfModule>
  8311. </IfModule>
  8312. </IfModule>
  8313.  
  8314. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  8315. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  8316. # the user's .htaccess file. For more information, please read:
  8317. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  8318. <IfModule include_module>
  8319. <Directory "/home/breaking/public_html/layers">
  8320. SSILegacyExprParser On
  8321. </Directory>
  8322. </IfModule>
  8323.  
  8324.  
  8325.  
  8326. <IfModule suphp_module>
  8327. suPHP_UserGroup breaking breaking
  8328. </IfModule>
  8329. <IfModule !mod_disable_suexec.c>
  8330. <IfModule !mod_ruid2.c>
  8331. SuexecUserGroup breaking breaking
  8332. </IfModule>
  8333. </IfModule>
  8334. <IfModule ruid2_module>
  8335. RMode config
  8336. RUidGid breaking breaking
  8337. </IfModule>
  8338. <IfModule mpm_itk.c>
  8339. # For more information on MPM ITK, please read:
  8340. # http://mpm-itk.sesse.net/
  8341. AssignUserID breaking breaking
  8342. </IfModule>
  8343.  
  8344. <IfModule alias_module>
  8345. ScriptAlias /cgi-bin/ /home/breaking/public_html/layers/cgi-bin/
  8346. </IfModule>
  8347.  
  8348. # To customize this VirtualHost use an include file at the following location
  8349. # Include "/usr/local/apache/conf/userdata/std/2_4/breaking/layers.breakingpoint.ro/*.conf"
  8350. </VirtualHost>
  8351.  
  8352. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  8353.  
  8354. <VirtualHost 193.105.239.148:80>
  8355. ServerName widget.breakingpoint.ro
  8356. ServerAlias www.widget.breakingpoint.ro
  8357. DocumentRoot /home/breaking/public_html/widget
  8358. ServerAdmin webmaster@widget.breakingpoint.ro
  8359. UseCanonicalName Off
  8360. CustomLog /usr/local/apache/domlogs/widget.breakingpoint.ro combined
  8361. <IfModule log_config_module>
  8362. <IfModule logio_module>
  8363. CustomLog /usr/local/apache/domlogs/widget.breakingpoint.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  8364. </IfModule>
  8365. </IfModule>
  8366. ## User breaking # Needed for Cpanel::ApacheConf
  8367. <IfModule userdir_module>
  8368. <IfModule !mpm_itk.c>
  8369. <IfModule !ruid2_module>
  8370. UserDir enabled breaking
  8371. </IfModule>
  8372. </IfModule>
  8373. </IfModule>
  8374.  
  8375. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  8376. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  8377. # the user's .htaccess file. For more information, please read:
  8378. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  8379. <IfModule include_module>
  8380. <Directory "/home/breaking/public_html/widget">
  8381. SSILegacyExprParser On
  8382. </Directory>
  8383. </IfModule>
  8384.  
  8385.  
  8386.  
  8387. <IfModule suphp_module>
  8388. suPHP_UserGroup breaking breaking
  8389. </IfModule>
  8390. <IfModule !mod_disable_suexec.c>
  8391. <IfModule !mod_ruid2.c>
  8392. SuexecUserGroup breaking breaking
  8393. </IfModule>
  8394. </IfModule>
  8395. <IfModule ruid2_module>
  8396. RMode config
  8397. RUidGid breaking breaking
  8398. </IfModule>
  8399. <IfModule mpm_itk.c>
  8400. # For more information on MPM ITK, please read:
  8401. # http://mpm-itk.sesse.net/
  8402. AssignUserID breaking breaking
  8403. </IfModule>
  8404.  
  8405. <IfModule alias_module>
  8406. ScriptAlias /cgi-bin/ /home/breaking/public_html/widget/cgi-bin/
  8407. </IfModule>
  8408.  
  8409. # To customize this VirtualHost use an include file at the following location
  8410. # Include "/usr/local/apache/conf/userdata/std/2_4/breaking/widget.breakingpoint.ro/*.conf"
  8411. </VirtualHost>
  8412.  
  8413. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  8414.  
  8415. <VirtualHost 193.105.239.148:80>
  8416. ServerName cosmo.breakingpoint.ro
  8417. ServerAlias www.cosmo.breakingpoint.ro
  8418. DocumentRoot /home/breaking/public_html/cosmo
  8419. ServerAdmin webmaster@cosmo.breakingpoint.ro
  8420. UseCanonicalName Off
  8421. CustomLog /usr/local/apache/domlogs/cosmo.breakingpoint.ro combined
  8422. <IfModule log_config_module>
  8423. <IfModule logio_module>
  8424. CustomLog /usr/local/apache/domlogs/cosmo.breakingpoint.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  8425. </IfModule>
  8426. </IfModule>
  8427. ## User breaking # Needed for Cpanel::ApacheConf
  8428. <IfModule userdir_module>
  8429. <IfModule !mpm_itk.c>
  8430. <IfModule !ruid2_module>
  8431. UserDir enabled breaking
  8432. </IfModule>
  8433. </IfModule>
  8434. </IfModule>
  8435.  
  8436. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  8437. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  8438. # the user's .htaccess file. For more information, please read:
  8439. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  8440. <IfModule include_module>
  8441. <Directory "/home/breaking/public_html/cosmo">
  8442. SSILegacyExprParser On
  8443. </Directory>
  8444. </IfModule>
  8445.  
  8446.  
  8447.  
  8448. <IfModule suphp_module>
  8449. suPHP_UserGroup breaking breaking
  8450. </IfModule>
  8451. <IfModule !mod_disable_suexec.c>
  8452. <IfModule !mod_ruid2.c>
  8453. SuexecUserGroup breaking breaking
  8454. </IfModule>
  8455. </IfModule>
  8456. <IfModule ruid2_module>
  8457. RMode config
  8458. RUidGid breaking breaking
  8459. </IfModule>
  8460. <IfModule mpm_itk.c>
  8461. # For more information on MPM ITK, please read:
  8462. # http://mpm-itk.sesse.net/
  8463. AssignUserID breaking breaking
  8464. </IfModule>
  8465.  
  8466. <IfModule alias_module>
  8467. ScriptAlias /cgi-bin/ /home/breaking/public_html/cosmo/cgi-bin/
  8468. </IfModule>
  8469.  
  8470. # To customize this VirtualHost use an include file at the following location
  8471. # Include "/usr/local/apache/conf/userdata/std/2_4/breaking/cosmo.breakingpoint.ro/*.conf"
  8472. </VirtualHost>
  8473.  
  8474. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  8475.  
  8476. <VirtualHost 193.105.239.148:80>
  8477. ServerName laura.breakingpoint.ro
  8478. ServerAlias www.laura.breakingpoint.ro
  8479. DocumentRoot /home/breaking/public_html/laura
  8480. ServerAdmin webmaster@laura.breakingpoint.ro
  8481. UseCanonicalName Off
  8482. CustomLog /usr/local/apache/domlogs/laura.breakingpoint.ro combined
  8483. <IfModule log_config_module>
  8484. <IfModule logio_module>
  8485. CustomLog /usr/local/apache/domlogs/laura.breakingpoint.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  8486. </IfModule>
  8487. </IfModule>
  8488. ## User breaking # Needed for Cpanel::ApacheConf
  8489. <IfModule userdir_module>
  8490. <IfModule !mpm_itk.c>
  8491. <IfModule !ruid2_module>
  8492. UserDir enabled breaking
  8493. </IfModule>
  8494. </IfModule>
  8495. </IfModule>
  8496.  
  8497. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  8498. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  8499. # the user's .htaccess file. For more information, please read:
  8500. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  8501. <IfModule include_module>
  8502. <Directory "/home/breaking/public_html/laura">
  8503. SSILegacyExprParser On
  8504. </Directory>
  8505. </IfModule>
  8506.  
  8507.  
  8508.  
  8509. <IfModule suphp_module>
  8510. suPHP_UserGroup breaking breaking
  8511. </IfModule>
  8512. <IfModule !mod_disable_suexec.c>
  8513. <IfModule !mod_ruid2.c>
  8514. SuexecUserGroup breaking breaking
  8515. </IfModule>
  8516. </IfModule>
  8517. <IfModule ruid2_module>
  8518. RMode config
  8519. RUidGid breaking breaking
  8520. </IfModule>
  8521. <IfModule mpm_itk.c>
  8522. # For more information on MPM ITK, please read:
  8523. # http://mpm-itk.sesse.net/
  8524. AssignUserID breaking breaking
  8525. </IfModule>
  8526.  
  8527. <IfModule alias_module>
  8528. ScriptAlias /cgi-bin/ /home/breaking/public_html/laura/cgi-bin/
  8529. </IfModule>
  8530.  
  8531. # To customize this VirtualHost use an include file at the following location
  8532. # Include "/usr/local/apache/conf/userdata/std/2_4/breaking/laura.breakingpoint.ro/*.conf"
  8533. </VirtualHost>
  8534.  
  8535. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  8536.  
  8537. <VirtualHost 193.105.239.148:80>
  8538. ServerName scar.breakingpoint.ro
  8539. ServerAlias www.scar.breakingpoint.ro
  8540. DocumentRoot /home/breaking/public_html/scar
  8541. ServerAdmin webmaster@scar.breakingpoint.ro
  8542. UseCanonicalName Off
  8543. CustomLog /usr/local/apache/domlogs/scar.breakingpoint.ro combined
  8544. <IfModule log_config_module>
  8545. <IfModule logio_module>
  8546. CustomLog /usr/local/apache/domlogs/scar.breakingpoint.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  8547. </IfModule>
  8548. </IfModule>
  8549. ## User breaking # Needed for Cpanel::ApacheConf
  8550. <IfModule userdir_module>
  8551. <IfModule !mpm_itk.c>
  8552. <IfModule !ruid2_module>
  8553. UserDir enabled breaking
  8554. </IfModule>
  8555. </IfModule>
  8556. </IfModule>
  8557.  
  8558. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  8559. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  8560. # the user's .htaccess file. For more information, please read:
  8561. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  8562. <IfModule include_module>
  8563. <Directory "/home/breaking/public_html/scar">
  8564. SSILegacyExprParser On
  8565. </Directory>
  8566. </IfModule>
  8567.  
  8568.  
  8569.  
  8570. <IfModule suphp_module>
  8571. suPHP_UserGroup breaking breaking
  8572. </IfModule>
  8573. <IfModule !mod_disable_suexec.c>
  8574. <IfModule !mod_ruid2.c>
  8575. SuexecUserGroup breaking breaking
  8576. </IfModule>
  8577. </IfModule>
  8578. <IfModule ruid2_module>
  8579. RMode config
  8580. RUidGid breaking breaking
  8581. </IfModule>
  8582. <IfModule mpm_itk.c>
  8583. # For more information on MPM ITK, please read:
  8584. # http://mpm-itk.sesse.net/
  8585. AssignUserID breaking breaking
  8586. </IfModule>
  8587.  
  8588. <IfModule alias_module>
  8589. ScriptAlias /cgi-bin/ /home/breaking/public_html/scar/cgi-bin/
  8590. </IfModule>
  8591.  
  8592. # To customize this VirtualHost use an include file at the following location
  8593. # Include "/usr/local/apache/conf/userdata/std/2_4/breaking/scar.breakingpoint.ro/*.conf"
  8594. </VirtualHost>
  8595.  
  8596. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  8597.  
  8598. <VirtualHost 193.105.239.148:80>
  8599. ServerName crm.breakingpoint.ro
  8600. ServerAlias www.crm.breakingpoint.ro
  8601. DocumentRoot /home/breaking/public_html/crm
  8602. ServerAdmin webmaster@crm.breakingpoint.ro
  8603. UseCanonicalName Off
  8604. CustomLog /usr/local/apache/domlogs/crm.breakingpoint.ro combined
  8605. <IfModule log_config_module>
  8606. <IfModule logio_module>
  8607. CustomLog /usr/local/apache/domlogs/crm.breakingpoint.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  8608. </IfModule>
  8609. </IfModule>
  8610. ## User breaking # Needed for Cpanel::ApacheConf
  8611. <IfModule userdir_module>
  8612. <IfModule !mpm_itk.c>
  8613. <IfModule !ruid2_module>
  8614. UserDir enabled breaking
  8615. </IfModule>
  8616. </IfModule>
  8617. </IfModule>
  8618.  
  8619. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  8620. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  8621. # the user's .htaccess file. For more information, please read:
  8622. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  8623. <IfModule include_module>
  8624. <Directory "/home/breaking/public_html/crm">
  8625. SSILegacyExprParser On
  8626. </Directory>
  8627. </IfModule>
  8628.  
  8629.  
  8630.  
  8631. <IfModule suphp_module>
  8632. suPHP_UserGroup breaking breaking
  8633. </IfModule>
  8634. <IfModule !mod_disable_suexec.c>
  8635. <IfModule !mod_ruid2.c>
  8636. SuexecUserGroup breaking breaking
  8637. </IfModule>
  8638. </IfModule>
  8639. <IfModule ruid2_module>
  8640. RMode config
  8641. RUidGid breaking breaking
  8642. </IfModule>
  8643. <IfModule mpm_itk.c>
  8644. # For more information on MPM ITK, please read:
  8645. # http://mpm-itk.sesse.net/
  8646. AssignUserID breaking breaking
  8647. </IfModule>
  8648.  
  8649. <IfModule alias_module>
  8650. ScriptAlias /cgi-bin/ /home/breaking/public_html/crm/cgi-bin/
  8651. </IfModule>
  8652.  
  8653. # To customize this VirtualHost use an include file at the following location
  8654. # Include "/usr/local/apache/conf/userdata/std/2_4/breaking/crm.breakingpoint.ro/*.conf"
  8655. </VirtualHost>
  8656.  
  8657. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  8658.  
  8659. <VirtualHost 193.105.239.148:80>
  8660. ServerName dan.breakingpoint.ro
  8661. ServerAlias www.dan.breakingpoint.ro
  8662. DocumentRoot /home/breaking/public_html/dan
  8663. ServerAdmin webmaster@dan.breakingpoint.ro
  8664. UseCanonicalName Off
  8665. CustomLog /usr/local/apache/domlogs/dan.breakingpoint.ro combined
  8666. <IfModule log_config_module>
  8667. <IfModule logio_module>
  8668. CustomLog /usr/local/apache/domlogs/dan.breakingpoint.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  8669. </IfModule>
  8670. </IfModule>
  8671. ## User breaking # Needed for Cpanel::ApacheConf
  8672. <IfModule userdir_module>
  8673. <IfModule !mpm_itk.c>
  8674. <IfModule !ruid2_module>
  8675. UserDir enabled breaking
  8676. </IfModule>
  8677. </IfModule>
  8678. </IfModule>
  8679.  
  8680. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  8681. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  8682. # the user's .htaccess file. For more information, please read:
  8683. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  8684. <IfModule include_module>
  8685. <Directory "/home/breaking/public_html/dan">
  8686. SSILegacyExprParser On
  8687. </Directory>
  8688. </IfModule>
  8689.  
  8690.  
  8691.  
  8692. <IfModule suphp_module>
  8693. suPHP_UserGroup breaking breaking
  8694. </IfModule>
  8695. <IfModule !mod_disable_suexec.c>
  8696. <IfModule !mod_ruid2.c>
  8697. SuexecUserGroup breaking breaking
  8698. </IfModule>
  8699. </IfModule>
  8700. <IfModule ruid2_module>
  8701. RMode config
  8702. RUidGid breaking breaking
  8703. </IfModule>
  8704. <IfModule mpm_itk.c>
  8705. # For more information on MPM ITK, please read:
  8706. # http://mpm-itk.sesse.net/
  8707. AssignUserID breaking breaking
  8708. </IfModule>
  8709.  
  8710. <IfModule alias_module>
  8711. ScriptAlias /cgi-bin/ /home/breaking/public_html/dan/cgi-bin/
  8712. </IfModule>
  8713.  
  8714. # To customize this VirtualHost use an include file at the following location
  8715. # Include "/usr/local/apache/conf/userdata/std/2_4/breaking/dan.breakingpoint.ro/*.conf"
  8716. </VirtualHost>
  8717.  
  8718. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  8719.  
  8720. <VirtualHost 193.105.239.148:80>
  8721. ServerName oc.breakingpoint.ro
  8722. ServerAlias www.oc.breakingpoint.ro
  8723. DocumentRoot /home/breaking/public_html/oc
  8724. ServerAdmin webmaster@oc.breakingpoint.ro
  8725. UseCanonicalName Off
  8726. CustomLog /usr/local/apache/domlogs/oc.breakingpoint.ro combined
  8727. <IfModule log_config_module>
  8728. <IfModule logio_module>
  8729. CustomLog /usr/local/apache/domlogs/oc.breakingpoint.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  8730. </IfModule>
  8731. </IfModule>
  8732. ## User breaking # Needed for Cpanel::ApacheConf
  8733. <IfModule userdir_module>
  8734. <IfModule !mpm_itk.c>
  8735. <IfModule !ruid2_module>
  8736. UserDir enabled breaking
  8737. </IfModule>
  8738. </IfModule>
  8739. </IfModule>
  8740.  
  8741. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  8742. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  8743. # the user's .htaccess file. For more information, please read:
  8744. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  8745. <IfModule include_module>
  8746. <Directory "/home/breaking/public_html/oc">
  8747. SSILegacyExprParser On
  8748. </Directory>
  8749. </IfModule>
  8750.  
  8751.  
  8752.  
  8753. <IfModule suphp_module>
  8754. suPHP_UserGroup breaking breaking
  8755. </IfModule>
  8756. <IfModule !mod_disable_suexec.c>
  8757. <IfModule !mod_ruid2.c>
  8758. SuexecUserGroup breaking breaking
  8759. </IfModule>
  8760. </IfModule>
  8761. <IfModule ruid2_module>
  8762. RMode config
  8763. RUidGid breaking breaking
  8764. </IfModule>
  8765. <IfModule mpm_itk.c>
  8766. # For more information on MPM ITK, please read:
  8767. # http://mpm-itk.sesse.net/
  8768. AssignUserID breaking breaking
  8769. </IfModule>
  8770.  
  8771. <IfModule alias_module>
  8772. ScriptAlias /cgi-bin/ /home/breaking/public_html/oc/cgi-bin/
  8773. </IfModule>
  8774.  
  8775. # To customize this VirtualHost use an include file at the following location
  8776. # Include "/usr/local/apache/conf/userdata/std/2_4/breaking/oc.breakingpoint.ro/*.conf"
  8777. </VirtualHost>
  8778.  
  8779. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  8780.  
  8781. <VirtualHost 193.105.239.149:80>
  8782. ServerName bulbucan.ro
  8783. ServerAlias www.bulbucan.ro
  8784. DocumentRoot /home/bulbucan/public_html
  8785. ServerAdmin webmaster@bulbucan.ro
  8786. UseCanonicalName Off
  8787. CustomLog /usr/local/apache/domlogs/bulbucan.ro combined
  8788. <IfModule log_config_module>
  8789. <IfModule logio_module>
  8790. CustomLog /usr/local/apache/domlogs/bulbucan.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  8791. </IfModule>
  8792. </IfModule>
  8793. ## User bulbucan # Needed for Cpanel::ApacheConf
  8794. <IfModule userdir_module>
  8795. <IfModule !mpm_itk.c>
  8796. <IfModule !ruid2_module>
  8797. UserDir enabled bulbucan
  8798. </IfModule>
  8799. </IfModule>
  8800. </IfModule>
  8801.  
  8802. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  8803. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  8804. # the user's .htaccess file. For more information, please read:
  8805. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  8806. <IfModule include_module>
  8807. <Directory "/home/bulbucan/public_html">
  8808. SSILegacyExprParser On
  8809. </Directory>
  8810. </IfModule>
  8811.  
  8812.  
  8813.  
  8814. <IfModule suphp_module>
  8815. suPHP_UserGroup bulbucan bulbucan
  8816. </IfModule>
  8817. <IfModule !mod_disable_suexec.c>
  8818. <IfModule !mod_ruid2.c>
  8819. SuexecUserGroup bulbucan bulbucan
  8820. </IfModule>
  8821. </IfModule>
  8822. <IfModule ruid2_module>
  8823. RMode config
  8824. RUidGid bulbucan bulbucan
  8825. </IfModule>
  8826. <IfModule mpm_itk.c>
  8827. # For more information on MPM ITK, please read:
  8828. # http://mpm-itk.sesse.net/
  8829. AssignUserID bulbucan bulbucan
  8830. </IfModule>
  8831.  
  8832. <IfModule alias_module>
  8833. ScriptAlias /cgi-bin/ /home/bulbucan/public_html/cgi-bin/
  8834. </IfModule>
  8835.  
  8836. # To customize this VirtualHost use an include file at the following location
  8837. # Include "/usr/local/apache/conf/userdata/std/2_4/bulbucan/bulbucan.ro/*.conf"
  8838. </VirtualHost>
  8839.  
  8840. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  8841.  
  8842. <VirtualHost 193.105.239.149:80>
  8843. ServerName bulbucan.bulbucan.ro
  8844. ServerAlias bulbucan.com www.bulbucan.bulbucan.ro www.bulbucan.com
  8845. DocumentRoot /home/bulbucan/public_html/bulbucan.com
  8846. ServerAdmin webmaster@bulbucan.bulbucan.ro
  8847. UseCanonicalName Off
  8848. CustomLog /usr/local/apache/domlogs/bulbucan.bulbucan.ro combined
  8849. <IfModule log_config_module>
  8850. <IfModule logio_module>
  8851. CustomLog /usr/local/apache/domlogs/bulbucan.bulbucan.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  8852. </IfModule>
  8853. </IfModule>
  8854. ## User bulbucan # Needed for Cpanel::ApacheConf
  8855. <IfModule userdir_module>
  8856. <IfModule !mpm_itk.c>
  8857. <IfModule !ruid2_module>
  8858. UserDir enabled bulbucan
  8859. </IfModule>
  8860. </IfModule>
  8861. </IfModule>
  8862.  
  8863. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  8864. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  8865. # the user's .htaccess file. For more information, please read:
  8866. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  8867. <IfModule include_module>
  8868. <Directory "/home/bulbucan/public_html/bulbucan.com">
  8869. SSILegacyExprParser On
  8870. </Directory>
  8871. </IfModule>
  8872.  
  8873.  
  8874.  
  8875. <IfModule suphp_module>
  8876. suPHP_UserGroup bulbucan bulbucan
  8877. </IfModule>
  8878. <IfModule !mod_disable_suexec.c>
  8879. <IfModule !mod_ruid2.c>
  8880. SuexecUserGroup bulbucan bulbucan
  8881. </IfModule>
  8882. </IfModule>
  8883. <IfModule ruid2_module>
  8884. RMode config
  8885. RUidGid bulbucan bulbucan
  8886. </IfModule>
  8887. <IfModule mpm_itk.c>
  8888. # For more information on MPM ITK, please read:
  8889. # http://mpm-itk.sesse.net/
  8890. AssignUserID bulbucan bulbucan
  8891. </IfModule>
  8892.  
  8893. <IfModule alias_module>
  8894. ScriptAlias /cgi-bin/ /home/bulbucan/public_html/bulbucan.com/cgi-bin/
  8895. </IfModule>
  8896.  
  8897. # To customize this VirtualHost use an include file at the following location
  8898. # Include "/usr/local/apache/conf/userdata/std/2_4/bulbucan/bulbucan.bulbucan.ro/*.conf"
  8899. </VirtualHost>
  8900.  
  8901. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  8902.  
  8903. <VirtualHost 193.105.239.149:80>
  8904. ServerName megafish.bulbucan.ro
  8905. ServerAlias megafish.ro www.megafish.bulbucan.ro www.megafish.ro
  8906. DocumentRoot /home/bulbucan/public_html/megafish.ro
  8907. ServerAdmin webmaster@megafish.bulbucan.ro
  8908. UseCanonicalName Off
  8909. CustomLog /usr/local/apache/domlogs/megafish.bulbucan.ro combined
  8910. <IfModule log_config_module>
  8911. <IfModule logio_module>
  8912. CustomLog /usr/local/apache/domlogs/megafish.bulbucan.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  8913. </IfModule>
  8914. </IfModule>
  8915. ## User bulbucan # Needed for Cpanel::ApacheConf
  8916. <IfModule userdir_module>
  8917. <IfModule !mpm_itk.c>
  8918. <IfModule !ruid2_module>
  8919. UserDir enabled bulbucan
  8920. </IfModule>
  8921. </IfModule>
  8922. </IfModule>
  8923.  
  8924. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  8925. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  8926. # the user's .htaccess file. For more information, please read:
  8927. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  8928. <IfModule include_module>
  8929. <Directory "/home/bulbucan/public_html/megafish.ro">
  8930. SSILegacyExprParser On
  8931. </Directory>
  8932. </IfModule>
  8933.  
  8934.  
  8935.  
  8936. <IfModule suphp_module>
  8937. suPHP_UserGroup bulbucan bulbucan
  8938. </IfModule>
  8939. <IfModule !mod_disable_suexec.c>
  8940. <IfModule !mod_ruid2.c>
  8941. SuexecUserGroup bulbucan bulbucan
  8942. </IfModule>
  8943. </IfModule>
  8944. <IfModule ruid2_module>
  8945. RMode config
  8946. RUidGid bulbucan bulbucan
  8947. </IfModule>
  8948. <IfModule mpm_itk.c>
  8949. # For more information on MPM ITK, please read:
  8950. # http://mpm-itk.sesse.net/
  8951. AssignUserID bulbucan bulbucan
  8952. </IfModule>
  8953.  
  8954. <IfModule alias_module>
  8955. ScriptAlias /cgi-bin/ /home/bulbucan/public_html/megafish.ro/cgi-bin/
  8956. </IfModule>
  8957.  
  8958. # To customize this VirtualHost use an include file at the following location
  8959. # Include "/usr/local/apache/conf/userdata/std/2_4/bulbucan/megafish.bulbucan.ro/*.conf"
  8960. </VirtualHost>
  8961.  
  8962. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  8963.  
  8964. <VirtualHost 193.105.239.149:80>
  8965. ServerName mail.bulbucan.ro
  8966. ServerAlias www.mail.bulbucan.ro
  8967. DocumentRoot /home/bulbucan/public_html/mail
  8968. ServerAdmin webmaster@mail.bulbucan.ro
  8969. UseCanonicalName Off
  8970. CustomLog /usr/local/apache/domlogs/mail.bulbucan.ro combined
  8971. <IfModule log_config_module>
  8972. <IfModule logio_module>
  8973. CustomLog /usr/local/apache/domlogs/mail.bulbucan.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  8974. </IfModule>
  8975. </IfModule>
  8976. ## User bulbucan # Needed for Cpanel::ApacheConf
  8977. <IfModule userdir_module>
  8978. <IfModule !mpm_itk.c>
  8979. <IfModule !ruid2_module>
  8980. UserDir enabled bulbucan
  8981. </IfModule>
  8982. </IfModule>
  8983. </IfModule>
  8984.  
  8985. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  8986. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  8987. # the user's .htaccess file. For more information, please read:
  8988. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  8989. <IfModule include_module>
  8990. <Directory "/home/bulbucan/public_html/mail">
  8991. SSILegacyExprParser On
  8992. </Directory>
  8993. </IfModule>
  8994.  
  8995.  
  8996.  
  8997. <IfModule suphp_module>
  8998. suPHP_UserGroup bulbucan bulbucan
  8999. </IfModule>
  9000. <IfModule !mod_disable_suexec.c>
  9001. <IfModule !mod_ruid2.c>
  9002. SuexecUserGroup bulbucan bulbucan
  9003. </IfModule>
  9004. </IfModule>
  9005. <IfModule ruid2_module>
  9006. RMode config
  9007. RUidGid bulbucan bulbucan
  9008. </IfModule>
  9009. <IfModule mpm_itk.c>
  9010. # For more information on MPM ITK, please read:
  9011. # http://mpm-itk.sesse.net/
  9012. AssignUserID bulbucan bulbucan
  9013. </IfModule>
  9014.  
  9015. <IfModule alias_module>
  9016. ScriptAlias /cgi-bin/ /home/bulbucan/public_html/mail/cgi-bin/
  9017. </IfModule>
  9018.  
  9019. # To customize this VirtualHost use an include file at the following location
  9020. # Include "/usr/local/apache/conf/userdata/std/2_4/bulbucan/mail.bulbucan.ro/*.conf"
  9021. </VirtualHost>
  9022.  
  9023. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  9024.  
  9025. <VirtualHost 193.105.239.149:80>
  9026. ServerName mail.megafish.ro
  9027. ServerAlias www.mail.megafish.ro
  9028. DocumentRoot /home/bulbucan/public_html/mailmega
  9029. ServerAdmin webmaster@mail.megafish.ro
  9030. UseCanonicalName Off
  9031. CustomLog /usr/local/apache/domlogs/mail.megafish.ro combined
  9032. <IfModule log_config_module>
  9033. <IfModule logio_module>
  9034. CustomLog /usr/local/apache/domlogs/mail.megafish.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  9035. </IfModule>
  9036. </IfModule>
  9037. ## User bulbucan # Needed for Cpanel::ApacheConf
  9038. <IfModule userdir_module>
  9039. <IfModule !mpm_itk.c>
  9040. <IfModule !ruid2_module>
  9041. UserDir enabled bulbucan
  9042. </IfModule>
  9043. </IfModule>
  9044. </IfModule>
  9045.  
  9046. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  9047. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  9048. # the user's .htaccess file. For more information, please read:
  9049. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  9050. <IfModule include_module>
  9051. <Directory "/home/bulbucan/public_html/mailmega">
  9052. SSILegacyExprParser On
  9053. </Directory>
  9054. </IfModule>
  9055.  
  9056.  
  9057.  
  9058. <IfModule suphp_module>
  9059. suPHP_UserGroup bulbucan bulbucan
  9060. </IfModule>
  9061. <IfModule !mod_disable_suexec.c>
  9062. <IfModule !mod_ruid2.c>
  9063. SuexecUserGroup bulbucan bulbucan
  9064. </IfModule>
  9065. </IfModule>
  9066. <IfModule ruid2_module>
  9067. RMode config
  9068. RUidGid bulbucan bulbucan
  9069. </IfModule>
  9070. <IfModule mpm_itk.c>
  9071. # For more information on MPM ITK, please read:
  9072. # http://mpm-itk.sesse.net/
  9073. AssignUserID bulbucan bulbucan
  9074. </IfModule>
  9075.  
  9076. <IfModule alias_module>
  9077. ScriptAlias /cgi-bin/ /home/bulbucan/public_html/mailmega/cgi-bin/
  9078. </IfModule>
  9079.  
  9080. # To customize this VirtualHost use an include file at the following location
  9081. # Include "/usr/local/apache/conf/userdata/std/2_4/bulbucan/mail.megafish.ro/*.conf"
  9082. </VirtualHost>
  9083.  
  9084. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  9085.  
  9086. <VirtualHost 193.105.239.153:80>
  9087. ServerName tiporomprint.ro
  9088. ServerAlias www.tiporomprint.ro
  9089. DocumentRoot /home/tipo/public_html
  9090. ServerAdmin webmaster@tiporomprint.ro
  9091. UseCanonicalName Off
  9092. CustomLog /usr/local/apache/domlogs/tiporomprint.ro combined
  9093. <IfModule log_config_module>
  9094. <IfModule logio_module>
  9095. CustomLog /usr/local/apache/domlogs/tiporomprint.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  9096. </IfModule>
  9097. </IfModule>
  9098. ## User tipo # Needed for Cpanel::ApacheConf
  9099. <IfModule userdir_module>
  9100. <IfModule !mpm_itk.c>
  9101. <IfModule !ruid2_module>
  9102. UserDir enabled tipo
  9103. </IfModule>
  9104. </IfModule>
  9105. </IfModule>
  9106.  
  9107. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  9108. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  9109. # the user's .htaccess file. For more information, please read:
  9110. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  9111. <IfModule include_module>
  9112. <Directory "/home/tipo/public_html">
  9113. SSILegacyExprParser On
  9114. </Directory>
  9115. </IfModule>
  9116.  
  9117.  
  9118.  
  9119. <IfModule suphp_module>
  9120. suPHP_UserGroup tipo tipo
  9121. </IfModule>
  9122. <IfModule !mod_disable_suexec.c>
  9123. <IfModule !mod_ruid2.c>
  9124. SuexecUserGroup tipo tipo
  9125. </IfModule>
  9126. </IfModule>
  9127. <IfModule ruid2_module>
  9128. RMode config
  9129. RUidGid tipo tipo
  9130. </IfModule>
  9131. <IfModule mpm_itk.c>
  9132. # For more information on MPM ITK, please read:
  9133. # http://mpm-itk.sesse.net/
  9134. AssignUserID tipo tipo
  9135. </IfModule>
  9136.  
  9137. <IfModule alias_module>
  9138. ScriptAlias /cgi-bin/ /home/tipo/public_html/cgi-bin/
  9139. </IfModule>
  9140.  
  9141. # To customize this VirtualHost use an include file at the following location
  9142. # Include "/usr/local/apache/conf/userdata/std/2_4/tipo/tiporomprint.ro/*.conf"
  9143. </VirtualHost>
  9144.  
  9145. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  9146.  
  9147. <VirtualHost 193.105.239.153:80>
  9148. ServerName iriszone.tiporomprint.ro
  9149. ServerAlias www.iriszone.tiporomprint.ro www.iriszone.ro iriszone.ro
  9150. DocumentRoot /home/tipo/public_html/iriszone.ro
  9151. ServerAdmin webmaster@iriszone.tiporomprint.ro
  9152. UseCanonicalName Off
  9153. CustomLog /usr/local/apache/domlogs/iriszone.tiporomprint.ro combined
  9154. <IfModule log_config_module>
  9155. <IfModule logio_module>
  9156. CustomLog /usr/local/apache/domlogs/iriszone.tiporomprint.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  9157. </IfModule>
  9158. </IfModule>
  9159. ## User tipo # Needed for Cpanel::ApacheConf
  9160. <IfModule userdir_module>
  9161. <IfModule !mpm_itk.c>
  9162. <IfModule !ruid2_module>
  9163. UserDir enabled tipo
  9164. </IfModule>
  9165. </IfModule>
  9166. </IfModule>
  9167.  
  9168. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  9169. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  9170. # the user's .htaccess file. For more information, please read:
  9171. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  9172. <IfModule include_module>
  9173. <Directory "/home/tipo/public_html/iriszone.ro">
  9174. SSILegacyExprParser On
  9175. </Directory>
  9176. </IfModule>
  9177.  
  9178.  
  9179.  
  9180. <IfModule suphp_module>
  9181. suPHP_UserGroup tipo tipo
  9182. </IfModule>
  9183. <IfModule !mod_disable_suexec.c>
  9184. <IfModule !mod_ruid2.c>
  9185. SuexecUserGroup tipo tipo
  9186. </IfModule>
  9187. </IfModule>
  9188. <IfModule ruid2_module>
  9189. RMode config
  9190. RUidGid tipo tipo
  9191. </IfModule>
  9192. <IfModule mpm_itk.c>
  9193. # For more information on MPM ITK, please read:
  9194. # http://mpm-itk.sesse.net/
  9195. AssignUserID tipo tipo
  9196. </IfModule>
  9197.  
  9198. <IfModule alias_module>
  9199. ScriptAlias /cgi-bin/ /home/tipo/public_html/iriszone.ro/cgi-bin/
  9200. </IfModule>
  9201.  
  9202. # To customize this VirtualHost use an include file at the following location
  9203. # Include "/usr/local/apache/conf/userdata/std/2_4/tipo/iriszone.tiporomprint.ro/*.conf"
  9204. </VirtualHost>
  9205.  
  9206. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  9207.  
  9208. <VirtualHost 193.105.239.153:80>
  9209. ServerName sl3-unlock.iriszone.ro
  9210. ServerAlias www.sl3-unlock.iriszone.ro
  9211. DocumentRoot /home/tipo/public_html/sl3-unlock
  9212. ServerAdmin webmaster@sl3-unlock.iriszone.ro
  9213. UseCanonicalName Off
  9214. CustomLog /usr/local/apache/domlogs/sl3-unlock.iriszone.ro combined
  9215. <IfModule log_config_module>
  9216. <IfModule logio_module>
  9217. CustomLog /usr/local/apache/domlogs/sl3-unlock.iriszone.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  9218. </IfModule>
  9219. </IfModule>
  9220. ## User tipo # Needed for Cpanel::ApacheConf
  9221. <IfModule userdir_module>
  9222. <IfModule !mpm_itk.c>
  9223. <IfModule !ruid2_module>
  9224. UserDir enabled tipo
  9225. </IfModule>
  9226. </IfModule>
  9227. </IfModule>
  9228.  
  9229. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  9230. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  9231. # the user's .htaccess file. For more information, please read:
  9232. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  9233. <IfModule include_module>
  9234. <Directory "/home/tipo/public_html/sl3-unlock">
  9235. SSILegacyExprParser On
  9236. </Directory>
  9237. </IfModule>
  9238.  
  9239.  
  9240.  
  9241. <IfModule suphp_module>
  9242. suPHP_UserGroup tipo tipo
  9243. </IfModule>
  9244. <IfModule !mod_disable_suexec.c>
  9245. <IfModule !mod_ruid2.c>
  9246. SuexecUserGroup tipo tipo
  9247. </IfModule>
  9248. </IfModule>
  9249. <IfModule ruid2_module>
  9250. RMode config
  9251. RUidGid tipo tipo
  9252. </IfModule>
  9253. <IfModule mpm_itk.c>
  9254. # For more information on MPM ITK, please read:
  9255. # http://mpm-itk.sesse.net/
  9256. AssignUserID tipo tipo
  9257. </IfModule>
  9258.  
  9259. <IfModule alias_module>
  9260. ScriptAlias /cgi-bin/ /home/tipo/public_html/sl3-unlock/cgi-bin/
  9261. </IfModule>
  9262.  
  9263. # To customize this VirtualHost use an include file at the following location
  9264. # Include "/usr/local/apache/conf/userdata/std/2_4/tipo/sl3-unlock.iriszone.ro/*.conf"
  9265. </VirtualHost>
  9266.  
  9267. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  9268.  
  9269. <VirtualHost 193.105.239.154:80>
  9270. ServerName ingenuus.ro
  9271. ServerAlias www.ingenuus.ro
  9272. DocumentRoot /home/ingenuus/public_html
  9273. ServerAdmin webmaster@ingenuus.ro
  9274. UseCanonicalName Off
  9275. CustomLog /usr/local/apache/domlogs/ingenuus.ro combined
  9276. <IfModule log_config_module>
  9277. <IfModule logio_module>
  9278. CustomLog /usr/local/apache/domlogs/ingenuus.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  9279. </IfModule>
  9280. </IfModule>
  9281. ## User ingenuus # Needed for Cpanel::ApacheConf
  9282. <IfModule userdir_module>
  9283. <IfModule !mpm_itk.c>
  9284. <IfModule !ruid2_module>
  9285. UserDir enabled ingenuus
  9286. </IfModule>
  9287. </IfModule>
  9288. </IfModule>
  9289.  
  9290. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  9291. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  9292. # the user's .htaccess file. For more information, please read:
  9293. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  9294. <IfModule include_module>
  9295. <Directory "/home/ingenuus/public_html">
  9296. SSILegacyExprParser On
  9297. </Directory>
  9298. </IfModule>
  9299.  
  9300.  
  9301.  
  9302. <IfModule suphp_module>
  9303. suPHP_UserGroup ingenuus ingenuus
  9304. </IfModule>
  9305. <IfModule !mod_disable_suexec.c>
  9306. <IfModule !mod_ruid2.c>
  9307. SuexecUserGroup ingenuus ingenuus
  9308. </IfModule>
  9309. </IfModule>
  9310. <IfModule ruid2_module>
  9311. RMode config
  9312. RUidGid ingenuus ingenuus
  9313. </IfModule>
  9314. <IfModule mpm_itk.c>
  9315. # For more information on MPM ITK, please read:
  9316. # http://mpm-itk.sesse.net/
  9317. AssignUserID ingenuus ingenuus
  9318. </IfModule>
  9319.  
  9320. <IfModule alias_module>
  9321. ScriptAlias /cgi-bin/ /home/ingenuus/public_html/cgi-bin/
  9322. </IfModule>
  9323.  
  9324. # To customize this VirtualHost use an include file at the following location
  9325. # Include "/usr/local/apache/conf/userdata/std/2_4/ingenuus/ingenuus.ro/*.conf"
  9326. </VirtualHost>
  9327.  
  9328. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  9329.  
  9330. <VirtualHost 193.105.239.156:80>
  9331. ServerName forum-rulote.ro
  9332. ServerAlias www.forum-rulote.ro
  9333. DocumentRoot /home/forumrul/public_html
  9334. ServerAdmin webmaster@forum-rulote.ro
  9335. UseCanonicalName Off
  9336. CustomLog /usr/local/apache/domlogs/forum-rulote.ro combined
  9337. <IfModule log_config_module>
  9338. <IfModule logio_module>
  9339. CustomLog /usr/local/apache/domlogs/forum-rulote.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  9340. </IfModule>
  9341. </IfModule>
  9342. ## User forumrul # Needed for Cpanel::ApacheConf
  9343. <IfModule userdir_module>
  9344. <IfModule !mpm_itk.c>
  9345. <IfModule !ruid2_module>
  9346. UserDir enabled forumrul
  9347. </IfModule>
  9348. </IfModule>
  9349. </IfModule>
  9350.  
  9351. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  9352. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  9353. # the user's .htaccess file. For more information, please read:
  9354. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  9355. <IfModule include_module>
  9356. <Directory "/home/forumrul/public_html">
  9357. SSILegacyExprParser On
  9358. </Directory>
  9359. </IfModule>
  9360.  
  9361.  
  9362.  
  9363. <IfModule suphp_module>
  9364. suPHP_UserGroup forumrul forumrul
  9365. </IfModule>
  9366. <IfModule !mod_disable_suexec.c>
  9367. <IfModule !mod_ruid2.c>
  9368. SuexecUserGroup forumrul forumrul
  9369. </IfModule>
  9370. </IfModule>
  9371. <IfModule ruid2_module>
  9372. RMode config
  9373. RUidGid forumrul forumrul
  9374. </IfModule>
  9375. <IfModule mpm_itk.c>
  9376. # For more information on MPM ITK, please read:
  9377. # http://mpm-itk.sesse.net/
  9378. AssignUserID forumrul forumrul
  9379. </IfModule>
  9380.  
  9381. <IfModule alias_module>
  9382. ScriptAlias /cgi-bin/ /home/forumrul/public_html/cgi-bin/
  9383. </IfModule>
  9384.  
  9385. # To customize this VirtualHost use an include file at the following location
  9386. # Include "/usr/local/apache/conf/userdata/std/2_4/forumrul/forum-rulote.ro/*.conf"
  9387. </VirtualHost>
  9388.  
  9389. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  9390.  
  9391. <VirtualHost 193.105.239.156:80>
  9392. ServerName romania-anunt.forum-rulote.ro
  9393. ServerAlias www.romania-anunt.ro romania-anunt.ro www.romania-anunt.forum-rulote.ro
  9394. DocumentRoot /home/forumrul/public_html/romania-anunt.ro
  9395. ServerAdmin webmaster@romania-anunt.forum-rulote.ro
  9396. UseCanonicalName Off
  9397. CustomLog /usr/local/apache/domlogs/romania-anunt.forum-rulote.ro combined
  9398. <IfModule log_config_module>
  9399. <IfModule logio_module>
  9400. CustomLog /usr/local/apache/domlogs/romania-anunt.forum-rulote.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  9401. </IfModule>
  9402. </IfModule>
  9403. ## User forumrul # Needed for Cpanel::ApacheConf
  9404. <IfModule userdir_module>
  9405. <IfModule !mpm_itk.c>
  9406. <IfModule !ruid2_module>
  9407. UserDir enabled forumrul
  9408. </IfModule>
  9409. </IfModule>
  9410. </IfModule>
  9411.  
  9412. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  9413. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  9414. # the user's .htaccess file. For more information, please read:
  9415. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  9416. <IfModule include_module>
  9417. <Directory "/home/forumrul/public_html/romania-anunt.ro">
  9418. SSILegacyExprParser On
  9419. </Directory>
  9420. </IfModule>
  9421.  
  9422.  
  9423.  
  9424. <IfModule suphp_module>
  9425. suPHP_UserGroup forumrul forumrul
  9426. </IfModule>
  9427. <IfModule !mod_disable_suexec.c>
  9428. <IfModule !mod_ruid2.c>
  9429. SuexecUserGroup forumrul forumrul
  9430. </IfModule>
  9431. </IfModule>
  9432. <IfModule ruid2_module>
  9433. RMode config
  9434. RUidGid forumrul forumrul
  9435. </IfModule>
  9436. <IfModule mpm_itk.c>
  9437. # For more information on MPM ITK, please read:
  9438. # http://mpm-itk.sesse.net/
  9439. AssignUserID forumrul forumrul
  9440. </IfModule>
  9441.  
  9442. <IfModule alias_module>
  9443. ScriptAlias /cgi-bin/ /home/forumrul/public_html/romania-anunt.ro/cgi-bin/
  9444. </IfModule>
  9445.  
  9446. # To customize this VirtualHost use an include file at the following location
  9447. # Include "/usr/local/apache/conf/userdata/std/2_4/forumrul/romania-anunt.forum-rulote.ro/*.conf"
  9448. </VirtualHost>
  9449.  
  9450. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  9451.  
  9452. <VirtualHost 193.105.239.156:80>
  9453. ServerName forum-com.forum-rulote.ro
  9454. ServerAlias www.forum-rulote.com forum-rulote.com www.forum-com.forum-rulote.ro
  9455. DocumentRoot /home/forumrul/public_html/forum-rulote.com
  9456. ServerAdmin webmaster@forum-com.forum-rulote.ro
  9457. UseCanonicalName Off
  9458. CustomLog /usr/local/apache/domlogs/forum-com.forum-rulote.ro combined
  9459. <IfModule log_config_module>
  9460. <IfModule logio_module>
  9461. CustomLog /usr/local/apache/domlogs/forum-com.forum-rulote.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  9462. </IfModule>
  9463. </IfModule>
  9464. ## User forumrul # Needed for Cpanel::ApacheConf
  9465. <IfModule userdir_module>
  9466. <IfModule !mpm_itk.c>
  9467. <IfModule !ruid2_module>
  9468. UserDir enabled forumrul
  9469. </IfModule>
  9470. </IfModule>
  9471. </IfModule>
  9472.  
  9473. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  9474. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  9475. # the user's .htaccess file. For more information, please read:
  9476. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  9477. <IfModule include_module>
  9478. <Directory "/home/forumrul/public_html/forum-rulote.com">
  9479. SSILegacyExprParser On
  9480. </Directory>
  9481. </IfModule>
  9482.  
  9483.  
  9484.  
  9485. <IfModule suphp_module>
  9486. suPHP_UserGroup forumrul forumrul
  9487. </IfModule>
  9488. <IfModule !mod_disable_suexec.c>
  9489. <IfModule !mod_ruid2.c>
  9490. SuexecUserGroup forumrul forumrul
  9491. </IfModule>
  9492. </IfModule>
  9493. <IfModule ruid2_module>
  9494. RMode config
  9495. RUidGid forumrul forumrul
  9496. </IfModule>
  9497. <IfModule mpm_itk.c>
  9498. # For more information on MPM ITK, please read:
  9499. # http://mpm-itk.sesse.net/
  9500. AssignUserID forumrul forumrul
  9501. </IfModule>
  9502.  
  9503. <IfModule alias_module>
  9504. ScriptAlias /cgi-bin/ /home/forumrul/public_html/forum-rulote.com/cgi-bin/
  9505. </IfModule>
  9506.  
  9507. # To customize this VirtualHost use an include file at the following location
  9508. # Include "/usr/local/apache/conf/userdata/std/2_4/forumrul/forum-com.forum-rulote.ro/*.conf"
  9509. </VirtualHost>
  9510.  
  9511. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  9512.  
  9513. <VirtualHost 193.105.239.158:80>
  9514. ServerName ecolight-paper.ro
  9515. ServerAlias www.ecolight-paper.ro
  9516. DocumentRoot /home/ecolight/public_html
  9517. ServerAdmin webmaster@ecolight-paper.ro
  9518. UseCanonicalName Off
  9519. CustomLog /usr/local/apache/domlogs/ecolight-paper.ro combined
  9520. <IfModule log_config_module>
  9521. <IfModule logio_module>
  9522. CustomLog /usr/local/apache/domlogs/ecolight-paper.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  9523. </IfModule>
  9524. </IfModule>
  9525. ## User ecolight # Needed for Cpanel::ApacheConf
  9526. <IfModule userdir_module>
  9527. <IfModule !mpm_itk.c>
  9528. <IfModule !ruid2_module>
  9529. UserDir enabled ecolight
  9530. </IfModule>
  9531. </IfModule>
  9532. </IfModule>
  9533.  
  9534. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  9535. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  9536. # the user's .htaccess file. For more information, please read:
  9537. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  9538. <IfModule include_module>
  9539. <Directory "/home/ecolight/public_html">
  9540. SSILegacyExprParser On
  9541. </Directory>
  9542. </IfModule>
  9543.  
  9544.  
  9545.  
  9546. <IfModule suphp_module>
  9547. suPHP_UserGroup ecolight ecolight
  9548. </IfModule>
  9549. <IfModule !mod_disable_suexec.c>
  9550. <IfModule !mod_ruid2.c>
  9551. SuexecUserGroup ecolight ecolight
  9552. </IfModule>
  9553. </IfModule>
  9554. <IfModule ruid2_module>
  9555. RMode config
  9556. RUidGid ecolight ecolight
  9557. </IfModule>
  9558. <IfModule mpm_itk.c>
  9559. # For more information on MPM ITK, please read:
  9560. # http://mpm-itk.sesse.net/
  9561. AssignUserID ecolight ecolight
  9562. </IfModule>
  9563.  
  9564. <IfModule alias_module>
  9565. ScriptAlias /cgi-bin/ /home/ecolight/public_html/cgi-bin/
  9566. </IfModule>
  9567.  
  9568. # To customize this VirtualHost use an include file at the following location
  9569. # Include "/usr/local/apache/conf/userdata/std/2_4/ecolight/ecolight-paper.ro/*.conf"
  9570. </VirtualHost>
  9571.  
  9572. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  9573.  
  9574. <VirtualHost 193.105.239.158:80>
  9575. ServerName marketcover.ecolight-paper.ro
  9576. ServerAlias marketcover.ro www.marketcover.ecolight-paper.ro www.marketcover.ro
  9577. DocumentRoot /home/ecolight/public_html/marketcover.ro
  9578. ServerAdmin webmaster@marketcover.ecolight-paper.ro
  9579. UseCanonicalName Off
  9580. CustomLog /usr/local/apache/domlogs/marketcover.ecolight-paper.ro combined
  9581. <IfModule log_config_module>
  9582. <IfModule logio_module>
  9583. CustomLog /usr/local/apache/domlogs/marketcover.ecolight-paper.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  9584. </IfModule>
  9585. </IfModule>
  9586. ## User ecolight # Needed for Cpanel::ApacheConf
  9587. <IfModule userdir_module>
  9588. <IfModule !mpm_itk.c>
  9589. <IfModule !ruid2_module>
  9590. UserDir enabled ecolight
  9591. </IfModule>
  9592. </IfModule>
  9593. </IfModule>
  9594.  
  9595. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  9596. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  9597. # the user's .htaccess file. For more information, please read:
  9598. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  9599. <IfModule include_module>
  9600. <Directory "/home/ecolight/public_html/marketcover.ro">
  9601. SSILegacyExprParser On
  9602. </Directory>
  9603. </IfModule>
  9604.  
  9605.  
  9606.  
  9607. <IfModule suphp_module>
  9608. suPHP_UserGroup ecolight ecolight
  9609. </IfModule>
  9610. <IfModule !mod_disable_suexec.c>
  9611. <IfModule !mod_ruid2.c>
  9612. SuexecUserGroup ecolight ecolight
  9613. </IfModule>
  9614. </IfModule>
  9615. <IfModule ruid2_module>
  9616. RMode config
  9617. RUidGid ecolight ecolight
  9618. </IfModule>
  9619. <IfModule mpm_itk.c>
  9620. # For more information on MPM ITK, please read:
  9621. # http://mpm-itk.sesse.net/
  9622. AssignUserID ecolight ecolight
  9623. </IfModule>
  9624.  
  9625. <IfModule alias_module>
  9626. ScriptAlias /cgi-bin/ /home/ecolight/public_html/marketcover.ro/cgi-bin/
  9627. </IfModule>
  9628.  
  9629. # To customize this VirtualHost use an include file at the following location
  9630. # Include "/usr/local/apache/conf/userdata/std/2_4/ecolight/marketcover.ecolight-paper.ro/*.conf"
  9631. </VirtualHost>
  9632.  
  9633. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  9634.  
  9635. <VirtualHost 193.105.239.158:80>
  9636. ServerName brakh.ecolight-paper.ro
  9637. ServerAlias www.brakh.ecolight-paper.ro www.brakh.com brakh.com
  9638. DocumentRoot /home/ecolight/public_html/Brakh.com
  9639. ServerAdmin webmaster@brakh.ecolight-paper.ro
  9640. UseCanonicalName Off
  9641. CustomLog /usr/local/apache/domlogs/brakh.ecolight-paper.ro combined
  9642. <IfModule log_config_module>
  9643. <IfModule logio_module>
  9644. CustomLog /usr/local/apache/domlogs/brakh.ecolight-paper.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  9645. </IfModule>
  9646. </IfModule>
  9647. ## User ecolight # Needed for Cpanel::ApacheConf
  9648. <IfModule userdir_module>
  9649. <IfModule !mpm_itk.c>
  9650. <IfModule !ruid2_module>
  9651. UserDir enabled ecolight
  9652. </IfModule>
  9653. </IfModule>
  9654. </IfModule>
  9655.  
  9656. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  9657. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  9658. # the user's .htaccess file. For more information, please read:
  9659. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  9660. <IfModule include_module>
  9661. <Directory "/home/ecolight/public_html/Brakh.com">
  9662. SSILegacyExprParser On
  9663. </Directory>
  9664. </IfModule>
  9665.  
  9666.  
  9667.  
  9668. <IfModule suphp_module>
  9669. suPHP_UserGroup ecolight ecolight
  9670. </IfModule>
  9671. <IfModule !mod_disable_suexec.c>
  9672. <IfModule !mod_ruid2.c>
  9673. SuexecUserGroup ecolight ecolight
  9674. </IfModule>
  9675. </IfModule>
  9676. <IfModule ruid2_module>
  9677. RMode config
  9678. RUidGid ecolight ecolight
  9679. </IfModule>
  9680. <IfModule mpm_itk.c>
  9681. # For more information on MPM ITK, please read:
  9682. # http://mpm-itk.sesse.net/
  9683. AssignUserID ecolight ecolight
  9684. </IfModule>
  9685.  
  9686. <IfModule alias_module>
  9687. ScriptAlias /cgi-bin/ /home/ecolight/public_html/Brakh.com/cgi-bin/
  9688. </IfModule>
  9689.  
  9690. # To customize this VirtualHost use an include file at the following location
  9691. # Include "/usr/local/apache/conf/userdata/std/2_4/ecolight/brakh.ecolight-paper.ro/*.conf"
  9692. </VirtualHost>
  9693.  
  9694. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  9695.  
  9696. <VirtualHost 193.105.239.80:80>
  9697. ServerName grandesfera.ro
  9698. ServerAlias www.grandesfera.ro
  9699. DocumentRoot /home/grandesf/public_html
  9700. ServerAdmin webmaster@grandesfera.ro
  9701. UseCanonicalName Off
  9702. CustomLog /usr/local/apache/domlogs/grandesfera.ro combined
  9703. <IfModule log_config_module>
  9704. <IfModule logio_module>
  9705. CustomLog /usr/local/apache/domlogs/grandesfera.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  9706. </IfModule>
  9707. </IfModule>
  9708. ## User grandesf # Needed for Cpanel::ApacheConf
  9709. <IfModule userdir_module>
  9710. <IfModule !mpm_itk.c>
  9711. <IfModule !ruid2_module>
  9712. UserDir enabled grandesf
  9713. </IfModule>
  9714. </IfModule>
  9715. </IfModule>
  9716.  
  9717. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  9718. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  9719. # the user's .htaccess file. For more information, please read:
  9720. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  9721. <IfModule include_module>
  9722. <Directory "/home/grandesf/public_html">
  9723. SSILegacyExprParser On
  9724. </Directory>
  9725. </IfModule>
  9726.  
  9727.  
  9728.  
  9729. <IfModule suphp_module>
  9730. suPHP_UserGroup grandesf grandesf
  9731. </IfModule>
  9732. <IfModule !mod_disable_suexec.c>
  9733. <IfModule !mod_ruid2.c>
  9734. SuexecUserGroup grandesf grandesf
  9735. </IfModule>
  9736. </IfModule>
  9737. <IfModule ruid2_module>
  9738. RMode config
  9739. RUidGid grandesf grandesf
  9740. </IfModule>
  9741. <IfModule mpm_itk.c>
  9742. # For more information on MPM ITK, please read:
  9743. # http://mpm-itk.sesse.net/
  9744. AssignUserID grandesf grandesf
  9745. </IfModule>
  9746.  
  9747. <IfModule alias_module>
  9748. ScriptAlias /cgi-bin/ /home/grandesf/public_html/cgi-bin/
  9749. </IfModule>
  9750.  
  9751. # To customize this VirtualHost use an include file at the following location
  9752. # Include "/usr/local/apache/conf/userdata/std/2_4/grandesf/grandesfera.ro/*.conf"
  9753. </VirtualHost>
  9754.  
  9755. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  9756.  
  9757. <VirtualHost 193.105.239.80:80>
  9758. ServerName agrementsanmartinusarbesc.grandesfera.ro
  9759. ServerAlias www.agrementsanmartinusarbesc.ro www.agrementsanmartinusarbesc.grandesfera.ro agrementsanmartinusarbesc.ro
  9760. DocumentRoot /home/grandesf/public_html/agrementsanmartinusarbesc.ro
  9761. ServerAdmin webmaster@agrementsanmartinusarbesc.grandesfera.ro
  9762. UseCanonicalName Off
  9763. CustomLog /usr/local/apache/domlogs/agrementsanmartinusarbesc.grandesfera.ro combined
  9764. <IfModule log_config_module>
  9765. <IfModule logio_module>
  9766. CustomLog /usr/local/apache/domlogs/agrementsanmartinusarbesc.grandesfera.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  9767. </IfModule>
  9768. </IfModule>
  9769. ## User grandesf # Needed for Cpanel::ApacheConf
  9770. <IfModule userdir_module>
  9771. <IfModule !mpm_itk.c>
  9772. <IfModule !ruid2_module>
  9773. UserDir enabled grandesf
  9774. </IfModule>
  9775. </IfModule>
  9776. </IfModule>
  9777.  
  9778. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  9779. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  9780. # the user's .htaccess file. For more information, please read:
  9781. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  9782. <IfModule include_module>
  9783. <Directory "/home/grandesf/public_html/agrementsanmartinusarbesc.ro">
  9784. SSILegacyExprParser On
  9785. </Directory>
  9786. </IfModule>
  9787.  
  9788.  
  9789.  
  9790. <IfModule suphp_module>
  9791. suPHP_UserGroup grandesf grandesf
  9792. </IfModule>
  9793. <IfModule !mod_disable_suexec.c>
  9794. <IfModule !mod_ruid2.c>
  9795. SuexecUserGroup grandesf grandesf
  9796. </IfModule>
  9797. </IfModule>
  9798. <IfModule ruid2_module>
  9799. RMode config
  9800. RUidGid grandesf grandesf
  9801. </IfModule>
  9802. <IfModule mpm_itk.c>
  9803. # For more information on MPM ITK, please read:
  9804. # http://mpm-itk.sesse.net/
  9805. AssignUserID grandesf grandesf
  9806. </IfModule>
  9807.  
  9808. <IfModule alias_module>
  9809. ScriptAlias /cgi-bin/ /home/grandesf/public_html/agrementsanmartinusarbesc.ro/cgi-bin/
  9810. </IfModule>
  9811.  
  9812. # To customize this VirtualHost use an include file at the following location
  9813. # Include "/usr/local/apache/conf/userdata/std/2_4/grandesf/agrementsanmartinusarbesc.grandesfera.ro/*.conf"
  9814. </VirtualHost>
  9815.  
  9816. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  9817.  
  9818. <VirtualHost 193.105.239.80:80>
  9819. ServerName sobe-burlane.grandesfera.ro
  9820. ServerAlias sobe-burlane.ro www.sobe-burlane.ro www.sobe-burlane.grandesfera.ro
  9821. DocumentRoot /home/grandesf/public_html/sobe-burlane.ro
  9822. ServerAdmin webmaster@sobe-burlane.grandesfera.ro
  9823. UseCanonicalName Off
  9824. CustomLog /usr/local/apache/domlogs/sobe-burlane.grandesfera.ro combined
  9825. <IfModule log_config_module>
  9826. <IfModule logio_module>
  9827. CustomLog /usr/local/apache/domlogs/sobe-burlane.grandesfera.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  9828. </IfModule>
  9829. </IfModule>
  9830. ## User grandesf # Needed for Cpanel::ApacheConf
  9831. <IfModule userdir_module>
  9832. <IfModule !mpm_itk.c>
  9833. <IfModule !ruid2_module>
  9834. UserDir enabled grandesf
  9835. </IfModule>
  9836. </IfModule>
  9837. </IfModule>
  9838.  
  9839. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  9840. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  9841. # the user's .htaccess file. For more information, please read:
  9842. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  9843. <IfModule include_module>
  9844. <Directory "/home/grandesf/public_html/sobe-burlane.ro">
  9845. SSILegacyExprParser On
  9846. </Directory>
  9847. </IfModule>
  9848.  
  9849.  
  9850.  
  9851. <IfModule suphp_module>
  9852. suPHP_UserGroup grandesf grandesf
  9853. </IfModule>
  9854. <IfModule !mod_disable_suexec.c>
  9855. <IfModule !mod_ruid2.c>
  9856. SuexecUserGroup grandesf grandesf
  9857. </IfModule>
  9858. </IfModule>
  9859. <IfModule ruid2_module>
  9860. RMode config
  9861. RUidGid grandesf grandesf
  9862. </IfModule>
  9863. <IfModule mpm_itk.c>
  9864. # For more information on MPM ITK, please read:
  9865. # http://mpm-itk.sesse.net/
  9866. AssignUserID grandesf grandesf
  9867. </IfModule>
  9868.  
  9869. <IfModule alias_module>
  9870. ScriptAlias /cgi-bin/ /home/grandesf/public_html/sobe-burlane.ro/cgi-bin/
  9871. </IfModule>
  9872.  
  9873. # To customize this VirtualHost use an include file at the following location
  9874. # Include "/usr/local/apache/conf/userdata/std/2_4/grandesf/sobe-burlane.grandesfera.ro/*.conf"
  9875. </VirtualHost>
  9876.  
  9877. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  9878.  
  9879. <VirtualHost 193.105.239.80:80>
  9880. ServerName complexzolt.grandesfera.ro
  9881. ServerAlias www.complexturisticzolt.ro www.complexzolt.grandesfera.ro complexturisticzolt.ro
  9882. DocumentRoot /home/grandesf/public_html/zolt
  9883. ServerAdmin webmaster@complexzolt.grandesfera.ro
  9884. UseCanonicalName Off
  9885. CustomLog /usr/local/apache/domlogs/complexzolt.grandesfera.ro combined
  9886. <IfModule log_config_module>
  9887. <IfModule logio_module>
  9888. CustomLog /usr/local/apache/domlogs/complexzolt.grandesfera.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  9889. </IfModule>
  9890. </IfModule>
  9891. ## User grandesf # Needed for Cpanel::ApacheConf
  9892. <IfModule userdir_module>
  9893. <IfModule !mpm_itk.c>
  9894. <IfModule !ruid2_module>
  9895. UserDir enabled grandesf
  9896. </IfModule>
  9897. </IfModule>
  9898. </IfModule>
  9899.  
  9900. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  9901. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  9902. # the user's .htaccess file. For more information, please read:
  9903. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  9904. <IfModule include_module>
  9905. <Directory "/home/grandesf/public_html/zolt">
  9906. SSILegacyExprParser On
  9907. </Directory>
  9908. </IfModule>
  9909.  
  9910.  
  9911.  
  9912. <IfModule suphp_module>
  9913. suPHP_UserGroup grandesf grandesf
  9914. </IfModule>
  9915. <IfModule !mod_disable_suexec.c>
  9916. <IfModule !mod_ruid2.c>
  9917. SuexecUserGroup grandesf grandesf
  9918. </IfModule>
  9919. </IfModule>
  9920. <IfModule ruid2_module>
  9921. RMode config
  9922. RUidGid grandesf grandesf
  9923. </IfModule>
  9924. <IfModule mpm_itk.c>
  9925. # For more information on MPM ITK, please read:
  9926. # http://mpm-itk.sesse.net/
  9927. AssignUserID grandesf grandesf
  9928. </IfModule>
  9929.  
  9930. <IfModule alias_module>
  9931. ScriptAlias /cgi-bin/ /home/grandesf/public_html/zolt/cgi-bin/
  9932. </IfModule>
  9933.  
  9934. # To customize this VirtualHost use an include file at the following location
  9935. # Include "/usr/local/apache/conf/userdata/std/2_4/grandesf/complexzolt.grandesfera.ro/*.conf"
  9936. </VirtualHost>
  9937.  
  9938. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  9939.  
  9940. <VirtualHost 193.105.239.80:80>
  9941. ServerName primabella.grandesfera.ro
  9942. ServerAlias www.primabella.ro primabella.ro www.primabella.grandesfera.ro
  9943. DocumentRoot /home/grandesf/public_html/primabella
  9944. ServerAdmin webmaster@primabella.grandesfera.ro
  9945. UseCanonicalName Off
  9946. CustomLog /usr/local/apache/domlogs/primabella.grandesfera.ro combined
  9947. <IfModule log_config_module>
  9948. <IfModule logio_module>
  9949. CustomLog /usr/local/apache/domlogs/primabella.grandesfera.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  9950. </IfModule>
  9951. </IfModule>
  9952. ## User grandesf # Needed for Cpanel::ApacheConf
  9953. <IfModule userdir_module>
  9954. <IfModule !mpm_itk.c>
  9955. <IfModule !ruid2_module>
  9956. UserDir enabled grandesf
  9957. </IfModule>
  9958. </IfModule>
  9959. </IfModule>
  9960.  
  9961. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  9962. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  9963. # the user's .htaccess file. For more information, please read:
  9964. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  9965. <IfModule include_module>
  9966. <Directory "/home/grandesf/public_html/primabella">
  9967. SSILegacyExprParser On
  9968. </Directory>
  9969. </IfModule>
  9970.  
  9971.  
  9972.  
  9973. <IfModule suphp_module>
  9974. suPHP_UserGroup grandesf grandesf
  9975. </IfModule>
  9976. <IfModule !mod_disable_suexec.c>
  9977. <IfModule !mod_ruid2.c>
  9978. SuexecUserGroup grandesf grandesf
  9979. </IfModule>
  9980. </IfModule>
  9981. <IfModule ruid2_module>
  9982. RMode config
  9983. RUidGid grandesf grandesf
  9984. </IfModule>
  9985. <IfModule mpm_itk.c>
  9986. # For more information on MPM ITK, please read:
  9987. # http://mpm-itk.sesse.net/
  9988. AssignUserID grandesf grandesf
  9989. </IfModule>
  9990.  
  9991. <IfModule alias_module>
  9992. ScriptAlias /cgi-bin/ /home/grandesf/public_html/primabella/cgi-bin/
  9993. </IfModule>
  9994.  
  9995. # To customize this VirtualHost use an include file at the following location
  9996. # Include "/usr/local/apache/conf/userdata/std/2_4/grandesf/primabella.grandesfera.ro/*.conf"
  9997. </VirtualHost>
  9998.  
  9999. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  10000.  
  10001. <VirtualHost 193.105.239.80:80>
  10002. ServerName zoltlucru.grandesfera.ro
  10003. ServerAlias www.zoltlucru.grandesfera.ro
  10004. DocumentRoot /home/grandesf/public_html/zoltlucru
  10005. ServerAdmin webmaster@zoltlucru.grandesfera.ro
  10006. UseCanonicalName Off
  10007. CustomLog /usr/local/apache/domlogs/zoltlucru.grandesfera.ro combined
  10008. <IfModule log_config_module>
  10009. <IfModule logio_module>
  10010. CustomLog /usr/local/apache/domlogs/zoltlucru.grandesfera.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  10011. </IfModule>
  10012. </IfModule>
  10013. ## User grandesf # Needed for Cpanel::ApacheConf
  10014. <IfModule userdir_module>
  10015. <IfModule !mpm_itk.c>
  10016. <IfModule !ruid2_module>
  10017. UserDir enabled grandesf
  10018. </IfModule>
  10019. </IfModule>
  10020. </IfModule>
  10021.  
  10022. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  10023. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  10024. # the user's .htaccess file. For more information, please read:
  10025. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  10026. <IfModule include_module>
  10027. <Directory "/home/grandesf/public_html/zoltlucru">
  10028. SSILegacyExprParser On
  10029. </Directory>
  10030. </IfModule>
  10031.  
  10032.  
  10033.  
  10034. <IfModule suphp_module>
  10035. suPHP_UserGroup grandesf grandesf
  10036. </IfModule>
  10037. <IfModule !mod_disable_suexec.c>
  10038. <IfModule !mod_ruid2.c>
  10039. SuexecUserGroup grandesf grandesf
  10040. </IfModule>
  10041. </IfModule>
  10042. <IfModule ruid2_module>
  10043. RMode config
  10044. RUidGid grandesf grandesf
  10045. </IfModule>
  10046. <IfModule mpm_itk.c>
  10047. # For more information on MPM ITK, please read:
  10048. # http://mpm-itk.sesse.net/
  10049. AssignUserID grandesf grandesf
  10050. </IfModule>
  10051.  
  10052. <IfModule alias_module>
  10053. ScriptAlias /cgi-bin/ /home/grandesf/public_html/zoltlucru/cgi-bin/
  10054. </IfModule>
  10055.  
  10056. # To customize this VirtualHost use an include file at the following location
  10057. # Include "/usr/local/apache/conf/userdata/std/2_4/grandesf/zoltlucru.grandesfera.ro/*.conf"
  10058. </VirtualHost>
  10059.  
  10060. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  10061.  
  10062. <VirtualHost 193.105.239.80:80>
  10063. ServerName elizarte.grandesfera.ro
  10064. ServerAlias www.elizarte.grandesfera.ro
  10065. DocumentRoot /home/grandesf/public_html/elizarte_subdomeniu
  10066. ServerAdmin webmaster@elizarte.grandesfera.ro
  10067. UseCanonicalName Off
  10068. CustomLog /usr/local/apache/domlogs/elizarte.grandesfera.ro combined
  10069. <IfModule log_config_module>
  10070. <IfModule logio_module>
  10071. CustomLog /usr/local/apache/domlogs/elizarte.grandesfera.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  10072. </IfModule>
  10073. </IfModule>
  10074. ## User grandesf # Needed for Cpanel::ApacheConf
  10075. <IfModule userdir_module>
  10076. <IfModule !mpm_itk.c>
  10077. <IfModule !ruid2_module>
  10078. UserDir enabled grandesf
  10079. </IfModule>
  10080. </IfModule>
  10081. </IfModule>
  10082.  
  10083. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  10084. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  10085. # the user's .htaccess file. For more information, please read:
  10086. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  10087. <IfModule include_module>
  10088. <Directory "/home/grandesf/public_html/elizarte_subdomeniu">
  10089. SSILegacyExprParser On
  10090. </Directory>
  10091. </IfModule>
  10092.  
  10093.  
  10094.  
  10095. <IfModule suphp_module>
  10096. suPHP_UserGroup grandesf grandesf
  10097. </IfModule>
  10098. <IfModule !mod_disable_suexec.c>
  10099. <IfModule !mod_ruid2.c>
  10100. SuexecUserGroup grandesf grandesf
  10101. </IfModule>
  10102. </IfModule>
  10103. <IfModule ruid2_module>
  10104. RMode config
  10105. RUidGid grandesf grandesf
  10106. </IfModule>
  10107. <IfModule mpm_itk.c>
  10108. # For more information on MPM ITK, please read:
  10109. # http://mpm-itk.sesse.net/
  10110. AssignUserID grandesf grandesf
  10111. </IfModule>
  10112.  
  10113. <IfModule alias_module>
  10114. ScriptAlias /cgi-bin/ /home/grandesf/public_html/elizarte_subdomeniu/cgi-bin/
  10115. </IfModule>
  10116.  
  10117. # To customize this VirtualHost use an include file at the following location
  10118. # Include "/usr/local/apache/conf/userdata/std/2_4/grandesf/elizarte.grandesfera.ro/*.conf"
  10119. </VirtualHost>
  10120.  
  10121. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  10122.  
  10123. <VirtualHost 193.105.239.80:80>
  10124. ServerName kuandoo.grandesfera.ro
  10125. ServerAlias www.kuandoo.eu www.kuandoo.grandesfera.ro kuandoo.eu
  10126. DocumentRoot /home/grandesf/public_html/kuandoo.eu
  10127. ServerAdmin webmaster@kuandoo.grandesfera.ro
  10128. UseCanonicalName Off
  10129. CustomLog /usr/local/apache/domlogs/kuandoo.grandesfera.ro combined
  10130. <IfModule log_config_module>
  10131. <IfModule logio_module>
  10132. CustomLog /usr/local/apache/domlogs/kuandoo.grandesfera.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  10133. </IfModule>
  10134. </IfModule>
  10135. ## User grandesf # Needed for Cpanel::ApacheConf
  10136. <IfModule userdir_module>
  10137. <IfModule !mpm_itk.c>
  10138. <IfModule !ruid2_module>
  10139. UserDir enabled grandesf
  10140. </IfModule>
  10141. </IfModule>
  10142. </IfModule>
  10143.  
  10144. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  10145. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  10146. # the user's .htaccess file. For more information, please read:
  10147. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  10148. <IfModule include_module>
  10149. <Directory "/home/grandesf/public_html/kuandoo.eu">
  10150. SSILegacyExprParser On
  10151. </Directory>
  10152. </IfModule>
  10153.  
  10154.  
  10155.  
  10156. <IfModule suphp_module>
  10157. suPHP_UserGroup grandesf grandesf
  10158. </IfModule>
  10159. <IfModule !mod_disable_suexec.c>
  10160. <IfModule !mod_ruid2.c>
  10161. SuexecUserGroup grandesf grandesf
  10162. </IfModule>
  10163. </IfModule>
  10164. <IfModule ruid2_module>
  10165. RMode config
  10166. RUidGid grandesf grandesf
  10167. </IfModule>
  10168. <IfModule mpm_itk.c>
  10169. # For more information on MPM ITK, please read:
  10170. # http://mpm-itk.sesse.net/
  10171. AssignUserID grandesf grandesf
  10172. </IfModule>
  10173.  
  10174. <IfModule alias_module>
  10175. ScriptAlias /cgi-bin/ /home/grandesf/public_html/kuandoo.eu/cgi-bin/
  10176. </IfModule>
  10177.  
  10178. # To customize this VirtualHost use an include file at the following location
  10179. # Include "/usr/local/apache/conf/userdata/std/2_4/grandesf/kuandoo.grandesfera.ro/*.conf"
  10180. </VirtualHost>
  10181.  
  10182. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  10183.  
  10184. <VirtualHost 193.105.239.80:80>
  10185. ServerName webmail.primabella.ro
  10186. ServerAlias www.webmail.primabella.ro
  10187. DocumentRoot /home/grandesf/public_html/mail
  10188. ServerAdmin webmaster@webmail.primabella.ro
  10189. UseCanonicalName On
  10190. CustomLog /usr/local/apache/domlogs/webmail.primabella.ro combined
  10191. <IfModule log_config_module>
  10192. <IfModule logio_module>
  10193. CustomLog /usr/local/apache/domlogs/webmail.primabella.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  10194. </IfModule>
  10195. </IfModule>
  10196. ## User grandesf # Needed for Cpanel::ApacheConf
  10197. <IfModule userdir_module>
  10198. <IfModule !mpm_itk.c>
  10199. <IfModule !ruid2_module>
  10200. UserDir enabled grandesf
  10201. </IfModule>
  10202. </IfModule>
  10203. </IfModule>
  10204.  
  10205. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  10206. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  10207. # the user's .htaccess file. For more information, please read:
  10208. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  10209. <IfModule include_module>
  10210. <Directory "/home/grandesf/public_html/mail">
  10211. SSILegacyExprParser On
  10212. </Directory>
  10213. </IfModule>
  10214.  
  10215.  
  10216.  
  10217. <IfModule suphp_module>
  10218. suPHP_UserGroup grandesf grandesf
  10219. </IfModule>
  10220. <IfModule !mod_disable_suexec.c>
  10221. <IfModule !mod_ruid2.c>
  10222. SuexecUserGroup grandesf grandesf
  10223. </IfModule>
  10224. </IfModule>
  10225. <IfModule ruid2_module>
  10226. RMode config
  10227. RUidGid grandesf grandesf
  10228. </IfModule>
  10229. <IfModule mpm_itk.c>
  10230. # For more information on MPM ITK, please read:
  10231. # http://mpm-itk.sesse.net/
  10232. AssignUserID grandesf grandesf
  10233. </IfModule>
  10234.  
  10235. <IfModule alias_module>
  10236. ScriptAlias /cgi-bin/ /home/grandesf/public_html/mail/cgi-bin/
  10237. </IfModule>
  10238.  
  10239. # To customize this VirtualHost use an include file at the following location
  10240. # Include "/usr/local/apache/conf/userdata/std/2_4/grandesf/webmail.primabella.ro/*.conf"
  10241. </VirtualHost>
  10242.  
  10243. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  10244.  
  10245. <VirtualHost 193.105.239.80:80>
  10246. ServerName copy.grandesfera.ro
  10247. ServerAlias www.copy.grandesfera.ro
  10248. DocumentRoot /home/grandesf/public_html/copy
  10249. ServerAdmin webmaster@copy.grandesfera.ro
  10250. UseCanonicalName Off
  10251. CustomLog /usr/local/apache/domlogs/copy.grandesfera.ro combined
  10252. <IfModule log_config_module>
  10253. <IfModule logio_module>
  10254. CustomLog /usr/local/apache/domlogs/copy.grandesfera.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  10255. </IfModule>
  10256. </IfModule>
  10257. ## User grandesf # Needed for Cpanel::ApacheConf
  10258. <IfModule userdir_module>
  10259. <IfModule !mpm_itk.c>
  10260. <IfModule !ruid2_module>
  10261. UserDir enabled grandesf
  10262. </IfModule>
  10263. </IfModule>
  10264. </IfModule>
  10265.  
  10266. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  10267. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  10268. # the user's .htaccess file. For more information, please read:
  10269. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  10270. <IfModule include_module>
  10271. <Directory "/home/grandesf/public_html/copy">
  10272. SSILegacyExprParser On
  10273. </Directory>
  10274. </IfModule>
  10275.  
  10276.  
  10277.  
  10278. <IfModule suphp_module>
  10279. suPHP_UserGroup grandesf grandesf
  10280. </IfModule>
  10281. <IfModule !mod_disable_suexec.c>
  10282. <IfModule !mod_ruid2.c>
  10283. SuexecUserGroup grandesf grandesf
  10284. </IfModule>
  10285. </IfModule>
  10286. <IfModule ruid2_module>
  10287. RMode config
  10288. RUidGid grandesf grandesf
  10289. </IfModule>
  10290. <IfModule mpm_itk.c>
  10291. # For more information on MPM ITK, please read:
  10292. # http://mpm-itk.sesse.net/
  10293. AssignUserID grandesf grandesf
  10294. </IfModule>
  10295.  
  10296. <IfModule alias_module>
  10297. ScriptAlias /cgi-bin/ /home/grandesf/public_html/copy/cgi-bin/
  10298. </IfModule>
  10299.  
  10300. # To customize this VirtualHost use an include file at the following location
  10301. # Include "/usr/local/apache/conf/userdata/std/2_4/grandesf/copy.grandesfera.ro/*.conf"
  10302. </VirtualHost>
  10303.  
  10304. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  10305.  
  10306. <VirtualHost 193.105.239.80:80>
  10307. ServerName werk.grandesfera.ro
  10308. ServerAlias www.werk.grandesfera.ro
  10309. DocumentRoot /home/grandesf/public_html/werk
  10310. ServerAdmin webmaster@werk.grandesfera.ro
  10311. UseCanonicalName Off
  10312. CustomLog /usr/local/apache/domlogs/werk.grandesfera.ro combined
  10313. <IfModule log_config_module>
  10314. <IfModule logio_module>
  10315. CustomLog /usr/local/apache/domlogs/werk.grandesfera.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  10316. </IfModule>
  10317. </IfModule>
  10318. ## User grandesf # Needed for Cpanel::ApacheConf
  10319. <IfModule userdir_module>
  10320. <IfModule !mpm_itk.c>
  10321. <IfModule !ruid2_module>
  10322. UserDir enabled grandesf
  10323. </IfModule>
  10324. </IfModule>
  10325. </IfModule>
  10326.  
  10327. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  10328. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  10329. # the user's .htaccess file. For more information, please read:
  10330. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  10331. <IfModule include_module>
  10332. <Directory "/home/grandesf/public_html/werk">
  10333. SSILegacyExprParser On
  10334. </Directory>
  10335. </IfModule>
  10336.  
  10337.  
  10338.  
  10339. <IfModule suphp_module>
  10340. suPHP_UserGroup grandesf grandesf
  10341. </IfModule>
  10342. <IfModule !mod_disable_suexec.c>
  10343. <IfModule !mod_ruid2.c>
  10344. SuexecUserGroup grandesf grandesf
  10345. </IfModule>
  10346. </IfModule>
  10347. <IfModule ruid2_module>
  10348. RMode config
  10349. RUidGid grandesf grandesf
  10350. </IfModule>
  10351. <IfModule mpm_itk.c>
  10352. # For more information on MPM ITK, please read:
  10353. # http://mpm-itk.sesse.net/
  10354. AssignUserID grandesf grandesf
  10355. </IfModule>
  10356.  
  10357. <IfModule alias_module>
  10358. ScriptAlias /cgi-bin/ /home/grandesf/public_html/werk/cgi-bin/
  10359. </IfModule>
  10360.  
  10361. # To customize this VirtualHost use an include file at the following location
  10362. # Include "/usr/local/apache/conf/userdata/std/2_4/grandesf/werk.grandesfera.ro/*.conf"
  10363. </VirtualHost>
  10364.  
  10365. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  10366.  
  10367. <VirtualHost 193.105.239.80:80>
  10368. ServerName zolt.grandesfera.ro
  10369. ServerAlias www.zolt.grandesfera.ro
  10370. DocumentRoot /home/grandesf/public_html/zolt
  10371. ServerAdmin webmaster@zolt.grandesfera.ro
  10372. UseCanonicalName On
  10373. CustomLog /usr/local/apache/domlogs/zolt.grandesfera.ro combined
  10374. <IfModule log_config_module>
  10375. <IfModule logio_module>
  10376. CustomLog /usr/local/apache/domlogs/zolt.grandesfera.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  10377. </IfModule>
  10378. </IfModule>
  10379. ## User grandesf # Needed for Cpanel::ApacheConf
  10380. <IfModule userdir_module>
  10381. <IfModule !mpm_itk.c>
  10382. <IfModule !ruid2_module>
  10383. UserDir enabled grandesf
  10384. </IfModule>
  10385. </IfModule>
  10386. </IfModule>
  10387.  
  10388. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  10389. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  10390. # the user's .htaccess file. For more information, please read:
  10391. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  10392. <IfModule include_module>
  10393. <Directory "/home/grandesf/public_html/zolt">
  10394. SSILegacyExprParser On
  10395. </Directory>
  10396. </IfModule>
  10397.  
  10398.  
  10399.  
  10400. <IfModule suphp_module>
  10401. suPHP_UserGroup grandesf grandesf
  10402. </IfModule>
  10403. <IfModule !mod_disable_suexec.c>
  10404. <IfModule !mod_ruid2.c>
  10405. SuexecUserGroup grandesf grandesf
  10406. </IfModule>
  10407. </IfModule>
  10408. <IfModule ruid2_module>
  10409. RMode config
  10410. RUidGid grandesf grandesf
  10411. </IfModule>
  10412. <IfModule mpm_itk.c>
  10413. # For more information on MPM ITK, please read:
  10414. # http://mpm-itk.sesse.net/
  10415. AssignUserID grandesf grandesf
  10416. </IfModule>
  10417.  
  10418. <IfModule alias_module>
  10419. ScriptAlias /cgi-bin/ /home/grandesf/public_html/zolt/cgi-bin/
  10420. </IfModule>
  10421.  
  10422. # To customize this VirtualHost use an include file at the following location
  10423. # Include "/usr/local/apache/conf/userdata/std/2_4/grandesf/zolt.grandesfera.ro/*.conf"
  10424. </VirtualHost>
  10425.  
  10426. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  10427.  
  10428. <VirtualHost 193.105.239.84:80>
  10429. ServerName modif-why.net
  10430. ServerAlias www.modif-why.net
  10431. DocumentRoot /home/modifwhy/public_html
  10432. ServerAdmin webmaster@modif-why.net
  10433. UseCanonicalName Off
  10434. CustomLog /usr/local/apache/domlogs/modif-why.net combined
  10435. <IfModule log_config_module>
  10436. <IfModule logio_module>
  10437. CustomLog /usr/local/apache/domlogs/modif-why.net-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  10438. </IfModule>
  10439. </IfModule>
  10440. ## User modifwhy # Needed for Cpanel::ApacheConf
  10441. <IfModule userdir_module>
  10442. <IfModule !mpm_itk.c>
  10443. <IfModule !ruid2_module>
  10444. UserDir enabled modifwhy
  10445. </IfModule>
  10446. </IfModule>
  10447. </IfModule>
  10448.  
  10449. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  10450. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  10451. # the user's .htaccess file. For more information, please read:
  10452. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  10453. <IfModule include_module>
  10454. <Directory "/home/modifwhy/public_html">
  10455. SSILegacyExprParser On
  10456. </Directory>
  10457. </IfModule>
  10458.  
  10459.  
  10460.  
  10461. <IfModule suphp_module>
  10462. suPHP_UserGroup modifwhy modifwhy
  10463. </IfModule>
  10464. <IfModule !mod_disable_suexec.c>
  10465. <IfModule !mod_ruid2.c>
  10466. SuexecUserGroup modifwhy modifwhy
  10467. </IfModule>
  10468. </IfModule>
  10469. <IfModule ruid2_module>
  10470. RMode config
  10471. RUidGid modifwhy modifwhy
  10472. </IfModule>
  10473. <IfModule mpm_itk.c>
  10474. # For more information on MPM ITK, please read:
  10475. # http://mpm-itk.sesse.net/
  10476. AssignUserID modifwhy modifwhy
  10477. </IfModule>
  10478.  
  10479. <IfModule alias_module>
  10480. ScriptAlias /cgi-bin/ /home/modifwhy/public_html/cgi-bin/
  10481. </IfModule>
  10482.  
  10483. # To customize this VirtualHost use an include file at the following location
  10484. # Include "/usr/local/apache/conf/userdata/std/2_4/modifwhy/modif-why.net/*.conf"
  10485. </VirtualHost>
  10486.  
  10487. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  10488.  
  10489. <VirtualHost 193.105.239.85:80>
  10490. ServerName mediere.ro
  10491. ServerAlias www.mediere.ro
  10492. DocumentRoot /home/mediere/public_html
  10493. ServerAdmin webmaster@mediere.ro
  10494. UseCanonicalName Off
  10495. CustomLog /usr/local/apache/domlogs/mediere.ro combined
  10496. <IfModule log_config_module>
  10497. <IfModule logio_module>
  10498. CustomLog /usr/local/apache/domlogs/mediere.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  10499. </IfModule>
  10500. </IfModule>
  10501. ## User mediere # Needed for Cpanel::ApacheConf
  10502. <IfModule userdir_module>
  10503. <IfModule !mpm_itk.c>
  10504. <IfModule !ruid2_module>
  10505. UserDir enabled mediere
  10506. </IfModule>
  10507. </IfModule>
  10508. </IfModule>
  10509.  
  10510. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  10511. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  10512. # the user's .htaccess file. For more information, please read:
  10513. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  10514. <IfModule include_module>
  10515. <Directory "/home/mediere/public_html">
  10516. SSILegacyExprParser On
  10517. </Directory>
  10518. </IfModule>
  10519.  
  10520.  
  10521.  
  10522. <IfModule suphp_module>
  10523. suPHP_UserGroup mediere mediere
  10524. </IfModule>
  10525. <IfModule !mod_disable_suexec.c>
  10526. <IfModule !mod_ruid2.c>
  10527. SuexecUserGroup mediere mediere
  10528. </IfModule>
  10529. </IfModule>
  10530. <IfModule ruid2_module>
  10531. RMode config
  10532. RUidGid mediere mediere
  10533. </IfModule>
  10534. <IfModule mpm_itk.c>
  10535. # For more information on MPM ITK, please read:
  10536. # http://mpm-itk.sesse.net/
  10537. AssignUserID mediere mediere
  10538. </IfModule>
  10539.  
  10540. <IfModule alias_module>
  10541. ScriptAlias /cgi-bin/ /home/mediere/public_html/cgi-bin/
  10542. </IfModule>
  10543.  
  10544. # To customize this VirtualHost use an include file at the following location
  10545. # Include "/usr/local/apache/conf/userdata/std/2_4/mediere/mediere.ro/*.conf"
  10546. </VirtualHost>
  10547.  
  10548. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  10549.  
  10550. <VirtualHost 193.105.239.86:80>
  10551. ServerName xiongwei-hr.com
  10552. ServerAlias www.xiongwei-hr.com
  10553. DocumentRoot /home/xiongwei/public_html
  10554. ServerAdmin webmaster@xiongwei-hr.com
  10555. UseCanonicalName Off
  10556. CustomLog /usr/local/apache/domlogs/xiongwei-hr.com combined
  10557. <IfModule log_config_module>
  10558. <IfModule logio_module>
  10559. CustomLog /usr/local/apache/domlogs/xiongwei-hr.com-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  10560. </IfModule>
  10561. </IfModule>
  10562. ## User xiongwei # Needed for Cpanel::ApacheConf
  10563. <IfModule userdir_module>
  10564. <IfModule !mpm_itk.c>
  10565. <IfModule !ruid2_module>
  10566. UserDir enabled xiongwei
  10567. </IfModule>
  10568. </IfModule>
  10569. </IfModule>
  10570.  
  10571. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  10572. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  10573. # the user's .htaccess file. For more information, please read:
  10574. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  10575. <IfModule include_module>
  10576. <Directory "/home/xiongwei/public_html">
  10577. SSILegacyExprParser On
  10578. </Directory>
  10579. </IfModule>
  10580.  
  10581.  
  10582.  
  10583. <IfModule suphp_module>
  10584. suPHP_UserGroup xiongwei xiongwei
  10585. </IfModule>
  10586. <IfModule !mod_disable_suexec.c>
  10587. <IfModule !mod_ruid2.c>
  10588. SuexecUserGroup xiongwei xiongwei
  10589. </IfModule>
  10590. </IfModule>
  10591. <IfModule ruid2_module>
  10592. RMode config
  10593. RUidGid xiongwei xiongwei
  10594. </IfModule>
  10595. <IfModule mpm_itk.c>
  10596. # For more information on MPM ITK, please read:
  10597. # http://mpm-itk.sesse.net/
  10598. AssignUserID xiongwei xiongwei
  10599. </IfModule>
  10600.  
  10601. <IfModule alias_module>
  10602. ScriptAlias /cgi-bin/ /home/xiongwei/public_html/cgi-bin/
  10603. </IfModule>
  10604.  
  10605. # To customize this VirtualHost use an include file at the following location
  10606. # Include "/usr/local/apache/conf/userdata/std/2_4/xiongwei/xiongwei-hr.com/*.conf"
  10607. </VirtualHost>
  10608.  
  10609. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  10610.  
  10611. <VirtualHost 92.55.147.85:80>
  10612. ServerName yourdream.ro
  10613. ServerAlias www.yourdream.ro
  10614. DocumentRoot /home/yourdream/public_html
  10615. ServerAdmin webmaster@yourdream.ro
  10616. UseCanonicalName Off
  10617. CustomLog /usr/local/apache/domlogs/yourdream.ro combined
  10618. <IfModule log_config_module>
  10619. <IfModule logio_module>
  10620. CustomLog /usr/local/apache/domlogs/yourdream.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  10621. </IfModule>
  10622. </IfModule>
  10623. ## User yourdream # Needed for Cpanel::ApacheConf
  10624. <IfModule userdir_module>
  10625. <IfModule !mpm_itk.c>
  10626. <IfModule !ruid2_module>
  10627. UserDir enabled yourdream
  10628. </IfModule>
  10629. </IfModule>
  10630. </IfModule>
  10631.  
  10632. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  10633. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  10634. # the user's .htaccess file. For more information, please read:
  10635. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  10636. <IfModule include_module>
  10637. <Directory "/home/yourdream/public_html">
  10638. SSILegacyExprParser On
  10639. </Directory>
  10640. </IfModule>
  10641.  
  10642.  
  10643.  
  10644. <IfModule suphp_module>
  10645. suPHP_UserGroup yourdream yourdream
  10646. </IfModule>
  10647. <IfModule !mod_disable_suexec.c>
  10648. <IfModule !mod_ruid2.c>
  10649. SuexecUserGroup yourdream yourdream
  10650. </IfModule>
  10651. </IfModule>
  10652. <IfModule ruid2_module>
  10653. RMode config
  10654. RUidGid yourdream yourdream
  10655. </IfModule>
  10656. <IfModule mpm_itk.c>
  10657. # For more information on MPM ITK, please read:
  10658. # http://mpm-itk.sesse.net/
  10659. AssignUserID yourdream yourdream
  10660. </IfModule>
  10661.  
  10662. <IfModule alias_module>
  10663. ScriptAlias /cgi-bin/ /home/yourdream/public_html/cgi-bin/
  10664. </IfModule>
  10665.  
  10666. # To customize this VirtualHost use an include file at the following location
  10667. # Include "/usr/local/apache/conf/userdata/std/2_4/yourdream/yourdream.ro/*.conf"
  10668. </VirtualHost>
  10669.  
  10670. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  10671.  
  10672. <VirtualHost 92.55.147.86:80>
  10673. ServerName deniedit.ro
  10674. ServerAlias www.deniedit.ro
  10675. DocumentRoot /home/deniedit/public_html
  10676. ServerAdmin webmaster@deniedit.ro
  10677. UseCanonicalName Off
  10678. CustomLog /usr/local/apache/domlogs/deniedit.ro combined
  10679. <IfModule log_config_module>
  10680. <IfModule logio_module>
  10681. CustomLog /usr/local/apache/domlogs/deniedit.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  10682. </IfModule>
  10683. </IfModule>
  10684. ## User deniedit # Needed for Cpanel::ApacheConf
  10685. <IfModule userdir_module>
  10686. <IfModule !mpm_itk.c>
  10687. <IfModule !ruid2_module>
  10688. UserDir enabled deniedit
  10689. </IfModule>
  10690. </IfModule>
  10691. </IfModule>
  10692.  
  10693. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  10694. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  10695. # the user's .htaccess file. For more information, please read:
  10696. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  10697. <IfModule include_module>
  10698. <Directory "/home/deniedit/public_html">
  10699. SSILegacyExprParser On
  10700. </Directory>
  10701. </IfModule>
  10702.  
  10703.  
  10704.  
  10705. <IfModule suphp_module>
  10706. suPHP_UserGroup deniedit deniedit
  10707. </IfModule>
  10708. <IfModule !mod_disable_suexec.c>
  10709. <IfModule !mod_ruid2.c>
  10710. SuexecUserGroup deniedit deniedit
  10711. </IfModule>
  10712. </IfModule>
  10713. <IfModule ruid2_module>
  10714. RMode config
  10715. RUidGid deniedit deniedit
  10716. </IfModule>
  10717. <IfModule mpm_itk.c>
  10718. # For more information on MPM ITK, please read:
  10719. # http://mpm-itk.sesse.net/
  10720. AssignUserID deniedit deniedit
  10721. </IfModule>
  10722.  
  10723. <IfModule alias_module>
  10724. ScriptAlias /cgi-bin/ /home/deniedit/public_html/cgi-bin/
  10725. </IfModule>
  10726.  
  10727. # To customize this VirtualHost use an include file at the following location
  10728. # Include "/usr/local/apache/conf/userdata/std/2_4/deniedit/deniedit.ro/*.conf"
  10729. </VirtualHost>
  10730.  
  10731. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  10732.  
  10733. <VirtualHost 92.55.147.86:80>
  10734. ServerName mail.deniedit.ro
  10735. ServerAlias www.mail.deniedit.ro
  10736. DocumentRoot /home/deniedit/public_html/mail
  10737. ServerAdmin webmaster@mail.deniedit.ro
  10738. UseCanonicalName On
  10739. CustomLog /usr/local/apache/domlogs/mail.deniedit.ro combined
  10740. <IfModule log_config_module>
  10741. <IfModule logio_module>
  10742. CustomLog /usr/local/apache/domlogs/mail.deniedit.ro-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  10743. </IfModule>
  10744. </IfModule>
  10745. ## User deniedit # Needed for Cpanel::ApacheConf
  10746. <IfModule userdir_module>
  10747. <IfModule !mpm_itk.c>
  10748. <IfModule !ruid2_module>
  10749. UserDir enabled deniedit
  10750. </IfModule>
  10751. </IfModule>
  10752. </IfModule>
  10753.  
  10754. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  10755. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  10756. # the user's .htaccess file. For more information, please read:
  10757. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  10758. <IfModule include_module>
  10759. <Directory "/home/deniedit/public_html/mail">
  10760. SSILegacyExprParser On
  10761. </Directory>
  10762. </IfModule>
  10763.  
  10764.  
  10765.  
  10766. <IfModule suphp_module>
  10767. suPHP_UserGroup deniedit deniedit
  10768. </IfModule>
  10769. <IfModule !mod_disable_suexec.c>
  10770. <IfModule !mod_ruid2.c>
  10771. SuexecUserGroup deniedit deniedit
  10772. </IfModule>
  10773. </IfModule>
  10774. <IfModule ruid2_module>
  10775. RMode config
  10776. RUidGid deniedit deniedit
  10777. </IfModule>
  10778. <IfModule mpm_itk.c>
  10779. # For more information on MPM ITK, please read:
  10780. # http://mpm-itk.sesse.net/
  10781. AssignUserID deniedit deniedit
  10782. </IfModule>
  10783.  
  10784. <IfModule alias_module>
  10785. ScriptAlias /cgi-bin/ /home/deniedit/public_html/mail/cgi-bin/
  10786. </IfModule>
  10787.  
  10788. # To customize this VirtualHost use an include file at the following location
  10789. # Include "/usr/local/apache/conf/userdata/std/2_4/deniedit/mail.deniedit.ro/*.conf"
  10790. </VirtualHost>
  10791.  
  10792. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  10793.  
  10794. # SSL
  10795. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  10796.  
  10797. <VirtualHost 193.105.239.103:443>
  10798. ServerName econt.rapidasig.md
  10799. ServerAlias www.econt.rapidasig.md econt.md www.econt.md
  10800. DocumentRoot /home/rapidasi/public_html/econt.md
  10801. ServerAdmin webmaster@econt.rapidasig.md
  10802. UseCanonicalName Off
  10803. CustomLog /usr/local/apache/domlogs/econt.rapidasig.md combined
  10804. <IfModule log_config_module>
  10805. <IfModule logio_module>
  10806. CustomLog /usr/local/apache/domlogs/econt.rapidasig.md-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  10807. </IfModule>
  10808. </IfModule>
  10809. ## User rapidasi # Needed for Cpanel::ApacheConf
  10810. <IfModule userdir_module>
  10811. <IfModule !mpm_itk.c>
  10812. <IfModule !ruid2_module>
  10813. UserDir enabled rapidasi
  10814. </IfModule>
  10815. </IfModule>
  10816. </IfModule>
  10817.  
  10818. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  10819. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  10820. # the user's .htaccess file. For more information, please read:
  10821. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  10822. <IfModule include_module>
  10823. <Directory "/home/rapidasi/public_html/econt.md">
  10824. SSILegacyExprParser On
  10825. </Directory>
  10826. </IfModule>
  10827.  
  10828.  
  10829.  
  10830. <IfModule suphp_module>
  10831. suPHP_UserGroup rapidasi rapidasi
  10832. </IfModule>
  10833. <IfModule !mod_disable_suexec.c>
  10834. <IfModule !ruid2_module>
  10835. SuexecUserGroup rapidasi rapidasi
  10836. </IfModule>
  10837. </IfModule>
  10838. <IfModule ruid2_module>
  10839. RMode config
  10840. RUidGid rapidasi rapidasi
  10841. </IfModule>
  10842. <IfModule mpm_itk.c>
  10843. # For more information on MPM ITK, please read:
  10844. # http://mpm-itk.sesse.net/
  10845. AssignUserID rapidasi rapidasi
  10846. </IfModule>
  10847.  
  10848. <IfModule alias_module>
  10849. ScriptAlias /cgi-bin/ /home/rapidasi/public_html/econt.md/cgi-bin/
  10850. </IfModule>
  10851. <IfModule ssl_module>
  10852. SSLEngine on
  10853.  
  10854. SSLCertificateFile /var/cpanel/ssl/installed/certs/econt_md_c0216_3dbb7_1497657599_3fdc4445fa1932ed35300eaecef6bfda.crt
  10855. SSLCertificateKeyFile /var/cpanel/ssl/installed/keys/c0216_3dbb7_abb76473fb7af5e91b426e6a7f5f5c53.key
  10856. SSLCACertificateFile /var/cpanel/ssl/installed/cabundles/GeoTrust_Inc__4c4f25f50cea25c776140b5e2c66f5b9_1653090351.cabundle
  10857. CustomLog /usr/local/apache/domlogs/econt.rapidasig.md-ssl_log combined
  10858. SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
  10859. <Directory "/home/rapidasi/public_html/econt.md/cgi-bin">
  10860. SSLOptions +StdEnvVars
  10861. </Directory>
  10862. </IfModule>
  10863.  
  10864. # To customize this VirtualHost use an include file at the following location
  10865. # Include "/usr/local/apache/conf/userdata/ssl/2_4/rapidasi/econt.rapidasig.md/*.conf"
  10866. </VirtualHost>
  10867.  
  10868.  
  10869.  
  10870.  
  10871.  
  10872.  
  10873. # CPANEL/WHM/WEBMAIL/WEBDISK/AUTOCONFIG PROXY SUBDOMAINS
  10874.  
  10875. <VirtualHost 193.105.239.102:80 193.105.239.103:80 193.105.239.105:80 193.105.239.106:80 193.105.239.107:80 193.105.239.109:80 193.105.239.110:80 193.105.239.112:80 193.105.239.114:80 193.105.239.116:80 193.105.239.117:80 193.105.239.121:80 193.105.239.124:80 193.105.239.133:80 193.105.239.135:80 193.105.239.144:80 193.105.239.145:80 193.105.239.146:80 193.105.239.147:80 193.105.239.148:80 193.105.239.149:80 193.105.239.153:80 193.105.239.154:80 193.105.239.156:80 193.105.239.158:80 193.105.239.80:80 193.105.239.84:80 193.105.239.85:80 193.105.239.86:80 92.55.147.85:80 92.55.147.86:80 127.0.0.1:80>
  10876. ServerName energy.tier.ro
  10877.  
  10878. ServerAlias cpanel.* whm.* webmail.* webdisk.* cpcalendars.* cpcontacts.* autodiscover.* autoconfig.*
  10879.  
  10880. DocumentRoot /usr/local/apache/htdocs
  10881. ServerAdmin noc@tier.ro
  10882. <IfModule mod_suphp.c>
  10883. suPHP_UserGroup nobody nobody
  10884. </IfModule>
  10885. <IfModule mod_security2.c>
  10886. SecRuleEngine Off
  10887. </IfModule>
  10888. RewriteEngine On
  10889. RewriteCond %{HTTP_HOST} !^energy.tier.ro$
  10890. RewriteCond %{HTTP_HOST} ^cpanel.
  10891. RewriteRule ^/(.*) http://127.0.0.1:2082/$1 [P]
  10892.  
  10893. RewriteCond %{HTTP_HOST} !^energy.tier.ro$
  10894. RewriteCond %{HTTP_HOST} ^webmail.
  10895. RewriteRule ^/(.*) http://127.0.0.1:2095/$1 [P]
  10896.  
  10897. RewriteCond %{HTTP_HOST} !^energy.tier.ro$
  10898. RewriteCond %{HTTP_HOST} ^whm.
  10899. RewriteRule ^/(.*) http://127.0.0.1:2086/$1 [P]
  10900.  
  10901. RewriteCond %{HTTP_HOST} !^energy.tier.ro$
  10902. RewriteCond %{HTTP_HOST} ^webdisk.
  10903. RewriteRule ^/(.*) http://127.0.0.1:2077/$1 [P]
  10904.  
  10905. RewriteCond %{HTTP_HOST} !^energy.tier.ro$
  10906. RewriteCond %{HTTP_HOST} ^cpcalendars.
  10907. RewriteRule ^/(.*) http://127.0.0.1:2079/$1 [P]
  10908.  
  10909. RewriteCond %{HTTP_HOST} !^energy.tier.ro$
  10910. RewriteCond %{HTTP_HOST} ^cpcontacts.
  10911. RewriteRule ^/(.*) http://127.0.0.1:2079/$1 [P]
  10912.  
  10913. RewriteCond %{HTTP_HOST} !^energy.tier.ro$
  10914. RewriteCond %{HTTP_HOST} ^autodiscover.
  10915. RewriteRule ^[^?]*(\?.*)? http://127.0.0.1/cgi-sys/autodiscover.cgi [P]
  10916.  
  10917. RewriteCond %{HTTP_HOST} !^energy.tier.ro$
  10918. RewriteCond %{HTTP_HOST} ^autoconfig.
  10919. RewriteRule ^[^?]*(\?.*)? http://127.0.0.1/cgi-sys/autoconfig.cgi [P]
  10920.  
  10921. UseCanonicalName Off
  10922. <IfModule mod_security2.c>
  10923. SecRuleEngine On
  10924. </IfModule>
  10925. </VirtualHost>
  10926.  
  10927.  
  10928.  
  10929.  
  10930.  
  10931.  
  10932. # CPANEL/WHM/WEBMAIL/WEBDISK/AUTOCONFIG PROXY SUBDOMAINS
  10933.  
  10934. <VirtualHost 193.105.239.102:443 193.105.239.103:443 193.105.239.105:443 193.105.239.106:443 193.105.239.107:443 193.105.239.109:443 193.105.239.110:443 193.105.239.112:443 193.105.239.114:443 193.105.239.116:443 193.105.239.117:443 193.105.239.121:443 193.105.239.124:443 193.105.239.133:443 193.105.239.135:443 193.105.239.144:443 193.105.239.145:443 193.105.239.146:443 193.105.239.147:443 193.105.239.148:443 193.105.239.149:443 193.105.239.153:443 193.105.239.154:443 193.105.239.156:443 193.105.239.158:443 193.105.239.80:443 193.105.239.84:443 193.105.239.85:443 193.105.239.86:443 92.55.147.85:443 92.55.147.86:443 127.0.0.1:443>
  10935. ServerName energy.tier.ro
  10936.  
  10937. ServerAlias cpanel.* whm.* webmail.* webdisk.* cpcalendars.* cpcontacts.* autodiscover.* autoconfig.*
  10938.  
  10939. DocumentRoot /usr/local/apache/htdocs
  10940. ServerAdmin noc@tier.ro
  10941. <IfModule mod_suphp.c>
  10942. suPHP_UserGroup nobody nobody
  10943. </IfModule>
  10944. <IfModule mod_security2.c>
  10945. SecRuleEngine Off
  10946. </IfModule>
  10947. RewriteEngine On
  10948. <IfModule mod_ssl.c>
  10949. SSLEngine on
  10950. SSLProxyEngine On
  10951. SSLProxyVerify none
  10952. # Setting to Off for backwards-compatibility
  10953. # Read for more info: http://httpd.apache.org/docs/2.4/mod/mod_ssl.html#sslproxycheckpeercn
  10954. SSLProxyCheckPeerCN Off
  10955. SSLProxyCheckPeerName Off
  10956. SSLProxyCheckPeerExpire Off
  10957. SSLCertificateFile /var/cpanel/ssl/cpanel/cpanel.pem
  10958. SSLCertificateKeyFile /var/cpanel/ssl/cpanel/cpanel.pem
  10959. SSLCertificateChainFile /var/cpanel/ssl/cpanel/cpanel.pem
  10960. SSLUseStapling Off
  10961.  
  10962. </IfModule>
  10963. RewriteCond %{HTTP_HOST} !^energy.tier.ro$
  10964. RewriteCond %{HTTP_HOST} ^cpanel.
  10965. RewriteCond %{HTTPS} on
  10966. RewriteRule ^/(.*) https://127.0.0.1:2083/$1 [P]
  10967.  
  10968. RewriteCond %{HTTP_HOST} !^energy.tier.ro$
  10969. RewriteCond %{HTTP_HOST} ^webmail.
  10970. RewriteCond %{HTTPS} on
  10971. RewriteRule ^/(.*) https://127.0.0.1:2096/$1 [P]
  10972.  
  10973. RewriteCond %{HTTP_HOST} !^energy.tier.ro$
  10974. RewriteCond %{HTTP_HOST} ^whm.
  10975. RewriteCond %{HTTPS} on
  10976. RewriteRule ^/(.*) https://127.0.0.1:2087/$1 [P]
  10977.  
  10978. RewriteCond %{HTTP_HOST} !^energy.tier.ro$
  10979. RewriteCond %{HTTP_HOST} ^webdisk.
  10980. RewriteCond %{HTTPS} on
  10981. RewriteRule ^/(.*) https://127.0.0.1:2078/$1 [P]
  10982.  
  10983. RewriteCond %{HTTP_HOST} !^energy.tier.ro$
  10984. RewriteCond %{HTTP_HOST} ^cpcalendars.
  10985. RewriteCond %{HTTPS} on
  10986. RewriteRule ^/(.*) https://127.0.0.1:2080/$1 [P]
  10987.  
  10988. RewriteCond %{HTTP_HOST} !^energy.tier.ro$
  10989. RewriteCond %{HTTP_HOST} ^cpcontacts.
  10990. RewriteCond %{HTTPS} on
  10991. RewriteRule ^/(.*) https://127.0.0.1:2080/$1 [P]
  10992.  
  10993. RewriteCond %{HTTP_HOST} !^energy.tier.ro$
  10994. RewriteCond %{HTTP_HOST} ^autodiscover.
  10995. RewriteCond %{HTTPS} on
  10996. RewriteRule ^[^?]*(\?.*)? https://127.0.0.1/cgi-sys/autodiscover.cgi [P]
  10997.  
  10998. RewriteCond %{HTTP_HOST} !^energy.tier.ro$
  10999. RewriteCond %{HTTP_HOST} ^autoconfig.
  11000. RewriteCond %{HTTPS} on
  11001. RewriteRule ^[^?]*(\?.*)? https://127.0.0.1/cgi-sys/autoconfig.cgi [P]
  11002.  
  11003. UseCanonicalName Off
  11004. <IfModule mod_security2.c>
  11005. SecRuleEngine On
  11006. </IfModule>
  11007. </VirtualHost>
  11008.  
  11009.  
  11010.  
  11011. Include "/usr/local/apache/conf/includes/post_virtualhost_global.conf"
  11012. Include "/usr/local/apache/conf/includes/post_virtualhost_2.conf"
  11013.  
  11014.  
  11015. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement