Displaying 3 results from an estimated 3 matches for "ap20".
Did you mean:
a20
2008 Mar 25
4
Regarding applications implementation of Skeleton's Content-Type
On 3/20/08, Conrad Parker <conrad at metadecks.org> wrote:
> I agree that tools should now start writing media types without the x- .
Cool.
j^ reported that some of the tools in the Annodex SVN like
mod_annodex, anxrip, oggz-merge, oggz-rip, etc will need to be
modified. I do not have SVN access to edit these, so can one of you
guys do it? With j's consent, I'll edit
2005 Aug 16
9
Needed - a step by step WAMP installation of Rails
I am finding the installation process for Rails a bit confusing. First
of all I want to use:
Windows 2000
Apache 1.3+
MySQL
The above is accomplished with WAMP5 from wampserver.com
The problem is that there is no complete step-by-step for installation
in this enviroment. The wiki instructions hop around from One-click to
Apache.conf and other items. Installing CGI support for languages on
2006 Feb 01
3
Configure Apache 2.0.55 and FastCGI
I''m installing a Rails App under Apache 2.0.55 with FastCGI.
I have this config under httpd.conf
------------------------
LoadModule fastcgi_module modules/mod_fastcgi.dll
...
Alias /fatturails/ "C:/Programmi/Apache
Group/Apache2/htdocs/fatturails/public/"
<Directory "C:/Programmi/Apache Group/Apache2/htdocs/fatturails/public">
AddHandler fastcgi-script .fcgi