[Home]

Summary:ASTERISK-04529: [patch] Make webvmail is not very adaptable to varying apache configurations
Reporter:Andrew Brown (randomandy)Labels:
Date Opened:2005-07-06 05:21:15Date Closed:2008-01-15 15:40:54.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_voicemail
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) Makefile_Head_patch2
Description:make webvmail assumes that the host webserver directories are in one of
two directories. If either directory does not exist, make fails with a
simple "No http directory" or "No cgi-bin directory". That doesn't give
the user much direction so it added some hassle to look through Makefile
to see where it was -wanting- to install to and to then find my web
directories on my distribution and match them up.

I tweaked with Makefile so that:

1) The destination directories are fully parameterized by a single
arbirary assigment statement each. (i.e no assumptions are made later in
the code about the path form.)
2) If the default directories are not found, the error message now says
where to modify the Makefile.
3) Comments in the Makefile near the parameter assignment hint where to
look in apache conf file for the systems current configuration.



****** ADDITIONAL INFORMATION ******

This is my first post, so I welcome corrections if I am supposed to be going about this differently. I should have my disclaimer up within 24 hours.
Comments:By: Andrew Brown (randomandy) 2005-07-07 02:06:24

Disclaimer should now be on file.

By: Kevin P. Fleming (kpfleming) 2005-07-11 22:00:02

Committed to CVS HEAD, thanks!

By: Digium Subversion (svnbot) 2008-01-15 15:40:54.000-0600

Repository: asterisk
Revision: 6095

U   trunk/Makefile

------------------------------------------------------------------------
r6095 | kpfleming | 2008-01-15 15:40:54 -0600 (Tue, 15 Jan 2008) | 2 lines

make 'webvmail' installation directories more configurable (bug ASTERISK-4529)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=6095