• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved Pendant to /etc/apache2/conf-available

NokSma

New Pleskian
Hello,

for a little Project, i need to change the "/etc/apache2/conf-available".
But I can´t find it on my Server (with Plesk),
Can anyone tell me, where i can find the pendant to this?
 
For example, on my test Plesk Ubuntu 16.04 server /etc/apache2/conf-available is a directory:

# ll /etc/apache2/conf-available/
total 36
drwxr-xr-x 2 root root 4096 Sep 26 06:26 ./
drwxr-xr-x 10 root root 4096 Feb 1 06:29 ../
-rw-r--r-- 1 root root 315 Mar 19 2016 charset.conf
-rw-r--r-- 1 root root 3224 Mar 19 2016 localized-error-pages.conf
-rw-r--r-- 1 root root 189 Mar 19 2016 other-vhosts-access-log.conf
-rw-r--r-- 1 root root 1316 May 12 2017 php7.0-cgi.conf
-rw-r--r-- 1 root root 728 May 12 2017 php7.0-fpm.conf
-rw-r--r-- 1 root root 2174 Mar 19 2016 security.conf
-rw-r--r-- 1 root root 455 Mar 19 2016 serve-cgi-bin.conf

What exactly do you want to change? And what is your OS?
 
Good Morning ;)
I Have Debian Wheezy 7.0.
Hm Than it´s not a Plesk Problem.

For a chat script (my 5 Year old chat) i want to change these

<IfModule mod_alias.c>
<IfModule mod_cgi.c>
Define ENABLE_USR_LIB_CGI_BIN
</IfModule>

<IfModule mod_cgid.c>
Define ENABLE_USR_LIB_CGI_BIN
</IfModule>

<IfDefine ENABLE_USR_LIB_CGI_BIN>
ScriptAlias /cgi-bin/ /var/www/html/cgi-bin/
<Directory "/var/www/html/cgi-bin">
AllowOverride None
SetEnvIfNoCase Request_URI "\.pl$" no-gzip dont-vary
SetEnv no-gzip 1

Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
Require all granted
</Directory>
</IfDefine>
</IfModule>

# vim: syntax=apache ts=4 sw=4 sts=4 sr noet

because the Chat Script is only in Safe Mode.
Ok, than... Do you know where the directory is on Debian?
 
Back
Top