ohio813 / owaspbwa

Automatically exported from code.google.com/p/owaspbwa
0 stars 0 forks source link

Fix Symlinks in /etc/apache2/mods-enabled #38

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Files in /etc/apache2/mods-enabled are supposed to be symlinks to files in 
/etc/apache2/mods-available.  They are symlinks in the release VMs, but the 
files are also in SVN as actual data files, which is confusing SVN updates.  
Need to remove files from SVN, but leave symlinks on next release.

Original issue reported on code.google.com by chuck.f....@gmail.com on 29 Apr 2011 at 12:53

GoogleCodeExporter commented 9 years ago
verified. Did a fresh checkout and ran into this issue.  

Original comment by MichaelTCyr@gmail.com on 1 May 2011 at 5:47

GoogleCodeExporter commented 9 years ago
Another option is we don't svn the .conf files in that folder (or at least 
proxy.conf), rm -rf proxy.conf in the fix_file_permissions (since apache is 
down anyways), then create the symlink at that time.  That way it is recreated 
EVERYTIME svn update is run.  This could be a better way to ensure everything 
is set correctly

Original comment by MichaelTCyr@gmail.com on 1 May 2011 at 5:51

GoogleCodeExporter commented 9 years ago
Fixed in 0.94alpha1.

Original comment by chuck.f....@gmail.com on 2 May 2011 at 1:13