Metadata-Version: 1.1
Name: apache2
Version: 1.0
Summary: Apache2 reload module
Home-page: http://github.com/maccesch/apache2
Author: Maccesch
Author-email: maccesch@gmail.com
License: BSD License
Description: ================
        Apache2 Reloader
        ================
        
        Reloads the apache2 server as if you wrote in a terminal ``/etc/init.d/apache2 reload``.
        
        In your Python code simply write this::
        
        	from apache2 import a2reload
        	
        	# now do the reloading
        	a2relaod()
        
        
        Requirements
        ============
        
        This package works only in **Unix** Systems with **Apache2** server and **gcc** installed.
        
        
        Installation
        ============
        
        You have to have root privileges to install the reloader::
        
        	sudo pip install apache2
        	
        
Keywords: contact form django cms django-cms spam protection email
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
