← Back to team overview

rapache-devel team mailing list archive

[Bug 242861] [NEW] doesn't work on not debian distros

 

Public bug reported:

On distro such as Fedora, Rapache cannot works fine, because it doesn't
use a sites-available/sites-enable directory system.

Fedora/CentOS use only one directory for modules and vhost configuration (/etc/httpd/conf.d/) so the hardcoded sites-enabled search is a pain.
Moreover Fedora/CentOS use a different command for apache, in fact instead of "/etc/init.d/apache2 restart" you have to execute "/etc/init.d/httpd restart".

So please, add more variable on Configuration.py to permit to use it
also on different distros.

And "clean" the latest lines of RapacheCore/ApacheConf.py file ;P

** Affects: rapache
     Importance: Undecided
         Status: New

-- 
doesn't work on not debian distros
https://bugs.launchpad.net/bugs/242861
You received this bug notification because you are a member of Rapache
Developers, which is subscribed to Remote Apache Management tool .

Status in rapache: New

Bug description:
On distro such as Fedora, Rapache cannot works fine, because it doesn't use a sites-available/sites-enable directory system.

Fedora/CentOS use only one directory for modules and vhost configuration (/etc/httpd/conf.d/) so the hardcoded sites-enabled search is a pain.
Moreover Fedora/CentOS use a different command for apache, in fact instead of "/etc/init.d/apache2 restart" you have to execute "/etc/init.d/httpd restart".

So please, add more variable on Configuration.py to permit to use it also on different distros.

And "clean" the latest lines of RapacheCore/ApacheConf.py file ;P



Follow ups

References