• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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