A PCRE internal error occured. This might be caused by a faulty plugin

====== Differences ====== This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
packages:amp:apache [2014/05/02 13:02]
admin [Remove the Existing Apache Installation]
packages:amp:apache [2014/05/03 05:50] (current)
admin [Compile Apache2 from Sources]
Line 148: Line 148:
  
 Please consult the [[packages:​amp:​php#​create php execution script|Phpfarm setup information]] for further configuration. Please consult the [[packages:​amp:​php#​create php execution script|Phpfarm setup information]] for further configuration.
-==== Differences With Fressh ​Install ===+==== Differences With Fresh Install ===
 Missing files: Missing files:
 <​code>​ <​code>​
Line 200: Line 200:
      + AllowOverride All      + AllowOverride All
 </​code>​ </​code>​
-==== Download the latest version ==== +----- 
-Then we need to download the latest version from [[http://​httpd.apache.org/​download.cgi]]\\+===== Download the latest version ​===== 
 +We need to download the latest version from [[http://​httpd.apache.org/​download.cgi]]\\
 [[http://​apache.cu.be//​httpd/​httpd-2.4.7.tar.gz]] for example being the latest stable as of this writing. [[http://​apache.cu.be//​httpd/​httpd-2.4.7.tar.gz]] for example being the latest stable as of this writing.
  
Line 316: Line 317:
 sudo /​etc/​init.d/​apache2 restart sudo /​etc/​init.d/​apache2 restart
 </​code>​ </​code>​
 +-----
 ===== Compile Apache2 from Sources ===== ===== Compile Apache2 from Sources =====
 +-----
 To have a fine control over the options that we need enabled in our apache2 server, we'll go for the compilation from source method. Here's how to proceed: To have a fine control over the options that we need enabled in our apache2 server, we'll go for the compilation from source method. Here's how to proceed: