search for: mod_alias

Displaying 20 results from an estimated 20 matches for "mod_alias".

Did you mean: may_alias
2006 Feb 23
5
Running apps in subdirectories using lighty/scgi
Hi, So thanks to Zed I was able to get lighty/scgi and a Rails app running. I know this might not be the best place to post this, but I guessed there may be several others with similar experiences here. So, the following step is to have several apps each in its on subdirectory. I tried the following to no avail: $HTTP["url"] =~ "^/tango/" { server.document-root =
2006 Nov 04
2
[ Rails ] Multiple rails apps on 1 host
...ted lighttpd http://localhost:3000 gave me the splash page. I shutdown the server I added something to /tmp/app1/config/lighttpd.conf server.modules = ( "mod_rewrite", "mod_accesslog", "mod_fastcgi", "mod_compress", "mod_expire", "mod_alias" ) Then I added 1 other thing: $HTTP["url"] =~ "^/app2" { alias.url = ( "/app2" => CWD + "/../app2/public" ) server.error-handler-404 = "/dispatch.fcgi" server.document-root = CWD + "/../app2/public/" server.errorlog...
2006 Aug 07
0
image uploads not working with lighttpd
...d.conf. I would be very grateful for any and all suggestions. Totally new to lighttpd and don;t know what else to try. regards C # Debian lighttpd configuration file # ############ Options you really have to take care of #################### ## modules to load # mod_access, mod_accesslog and mod_alias are loaded by default # all other module should only be loaded if neccesary # - saves some time # - saves memory server.modules = ( "mod_access", "mod_alias", "mod_accesslog", "mod_rewrite",...
2006 Mar 07
13
hosting multiple rails apps in one webroot?
...b /apps/code/config/environment.rb ActionController::AbstractRequest.relative_url_root = "/code" /apps/test/config/environment.rb ActionController::AbstractRequest.relative_url_root = "/test" Here''s a lighttpd config file that runs on port 80. Be sure to activate mod_alias!! # Default configuration file for the lighttpd web server # Start using ./script/server lighttpd server.port = 80 server.modules = ("mod_alias", "mod_rewrite", "mod_accesslog", "mod_fastcgi" ) server.document-root = "/apps/root/"...
2006 Jul 28
0
URL root/serving more than one app per subdomain
...g up multiple secure servers, with their fixed IPs, etc. So, I want to do https:// secure.domain.com/app1/ and https://secure.domain.com/app2/ etc. In lighttpd this is possible using a combination of relative_url_root in each app (in environment.rb), some URL handling in lighttpd.conf, and mod_alias, which maps "/app1" to the public directory for app1, etc, so that stylesheets, images, etc, get served right. I''m trying out switching to an Apache/Pound/Mongrel setup (on PlanetArgon''s servers). Pound can handle directing to different ports for different URLs,...
2006 Jun 04
1
Problem with images on Apache and Lighttpd
...older, but from the servers doc-root. btw: I did not miss to put ActionController::AbstractRequest.relative_url_root = "/Blackjax" at the end of environment.rb, I also checked .htaccess Here the important part of my lighttp.conf: ------- server.port = 80 server.modules = ("mod_alias", "mod_rewrite", "mod_accesslog", "mod_fastcgi" ) server.document-root = "/var/www/" url.rewrite = ( "^/$" => "index.html", "^([^.]+)$" => "$1.html" ) $HTTP["url"] =~ "^/Blac...
2006 Apr 20
1
How do you run a rail app from a subdirectory?
I''ve looked everywhere and I haven''t been able to find a solution. I''m running Apache and I have an app under version control (svn). I want to be able to have multiple check-outs on one server, and I don''t have to modify httpd.conf every time I do. Basically, I envisioned that it would work like this: There''s a development server:
2009 Aug 08
2
ledgersmb installation
I'm attempting to install ledgersmb on Centos 5 and I'm sure that I've missed something. After doing the initial installation, I get a 404 when I get to the part of the instructions that tell me to go to http://localhost/ledgersmb/admin.pl /etc/httpd/conf.d/ledgersmb.conf contains the following line: Alias /usr/share/ledgersmb WORKING_DIR /usr/share/ledgersmb exists and contains a
2011 Oct 27
1
Apache conf.d file for omega?
Hello :-) Sorry if this question is na?ve and confused; I'm new to Apache configuration. Can Apache be configured to run omega via a file in the conf.d directory rather than a virtual server? I have been using a virtual server on port 80 but now need to run nagios on port 80 too and do not want to ask the users to start using a URL with a non-standard port for omega. KISS. AFAIK omega
2005 Sep 07
1
Compiling Apache 2.0.54 on CentOS 4.1
...dules/generators/mod_status.la modules/generators/mod_autoindex.la modules/generators/mod_asis.la modules/generators/mod_cgi.la modules/mappers/mod_negotiation.la modules/mappers/mod_dir.la modules/mappers/mod_imap.la modules/mappers/mod_actions.la modules/mappers/mod_userdir.la modules/mappers/mod_alias.la modules/mappers/mod_so.la server/mpm/prefork/libprefork.la server/libmain.la os/unix/libos.la -lssl -lcrypto -L/usr/kerberos/lib -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz /scratch/apache2.src/httpd-2.0.54/srclib/pcre/libpcre.la /scratch/apache2.src/httpd-2.0.54/srclib/apr-ut...
2015 May 07
2
Apache 2.2 itk - 404 not found
...LoadModule negotiation_module modules/mod_negotiation.so LoadModule dir_module modules/mod_dir.so LoadModule actions_module modules/mod_actions.so LoadModule speling_module modules/mod_speling.so LoadModule userdir_module modules/mod_userdir.so LoadModule alias_module modules/mod_alias.so LoadModule substitute_module modules/mod_substitute.so LoadModule rewrite_module modules/mod_rewrite.so LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_balancer_module modules/mod_proxy_balancer.so LoadModule proxy_ftp_module modules/mod_proxy_ftp.so LoadMod...
2015 May 07
3
Apache 2.2 itk - 404 not found
...negotiation.so >> LoadModule dir_module modules/mod_dir.so >> LoadModule actions_module modules/mod_actions.so >> LoadModule speling_module modules/mod_speling.so >> LoadModule userdir_module modules/mod_userdir.so >> LoadModule alias_module modules/mod_alias.so >> LoadModule substitute_module modules/mod_substitute.so >> LoadModule rewrite_module modules/mod_rewrite.so >> LoadModule proxy_module modules/mod_proxy.so >> LoadModule proxy_balancer_module modules/mod_proxy_balancer.so >> LoadModule proxy_ft...
2015 May 07
0
Apache 2.2 itk - 404 not found
...ation_module modules/mod_negotiation.so > LoadModule dir_module modules/mod_dir.so > LoadModule actions_module modules/mod_actions.so > LoadModule speling_module modules/mod_speling.so > LoadModule userdir_module modules/mod_userdir.so > LoadModule alias_module modules/mod_alias.so > LoadModule substitute_module modules/mod_substitute.so > LoadModule rewrite_module modules/mod_rewrite.so > LoadModule proxy_module modules/mod_proxy.so > LoadModule proxy_balancer_module modules/mod_proxy_balancer.so > LoadModule proxy_ftp_module modules/mod_prox...
2005 Dec 04
10
web server q -- playing nice w/ PHP
I have a webserver that''s happily running apache2 and PHP. I''d like to deploy a site that I wrote using RoR on that same server but read that there might be some conflicts with PHP and RoR trying to access the same MySQL database. How real are those conflicts? Could I mess up my running PHP site if I install mod_ruby and try to use Apache2? Would I be better off
2014 Jan 03
1
Need help with spec file for Apache-2.4.7
...ndir}/fcgistarter %{_sbindir}/htcacheclean %{_sbindir}/httpd %{_sbindir}/apachectl %attr(4510,root,%{suexec_caller}) %{_sbindir}/suexec %dir %{_libdir}/httpd %dir %{_libdir}/httpd/modules %{_libdir}/httpd/modules/mod_access_compat.so %{_libdir}/httpd/modules/mod_actions.so %{_libdir}/httpd/modules/mod_alias.so %{_libdir}/httpd/modules/mod_allowmethods.so %{_libdir}/httpd/modules/mod_asis.so %{_libdir}/httpd/modules/mod_auth_basic.so %{_libdir}/httpd/modules/mod_auth_digest.so %{_libdir}/httpd/modules/mod_auth_form.so %{_libdir}/httpd/modules/mod_authn_anon.so %{_libdir}/httpd/modules/mod_authn_core.so...
2020 Aug 31
5
How to Migrate Wordpress Website from 32-bit CentOS Linux 6.3 to 64-bit CentOS Linux 8.2 (2004)
...od_vhost_alias.so #LoadModule negotiation_module modules/mod_negotiation.so #LoadModule dir_module modules/mod_dir.so #LoadModule actions_module modules/mod_actions.so LoadModule speling_module modules/mod_speling.so #LoadModule userdir_module modules/mod_userdir.so #LoadModule alias_module modules/mod_alias.so #LoadModule substitute_module modules/mod_substitute.so #LoadModule rewrite_module modules/mod_rewrite.so #LoadModule proxy_module modules/mod_proxy.so #LoadModule proxy_balancer_module modules/mod_proxy_balancer.so #LoadModule proxy_ftp_module modules/mod_proxy_ftp.so #LoadModule proxy_http_mod...
2006 Aug 29
15
Setup with Apache 2.2 proxy balancer : timeout during uploads
Hi all, I encounter timeout errors during file uploads in my Rails application. I think the problem may be in the Mongrel configuration. Here is my setup: * Load balancer (Cisco CSM, my provider''s Catalyst 6509) * Apache 2.2.3 with mod_proxy_balancer * Mongrel 0.3.13.3 * Rails 1.1.6 * Ruby 1.8.4 * MySQL 5.0.22 * file_column I host an application in which users may upload medium files
2006 Jul 28
0
Apache/Mongrel Deployment Errors
...les/mod_vhost_alias.so LoadModule negotiation_module modules/mod_negotiation.so LoadModule dir_module modules/mod_dir.so LoadModule actions_module modules/mod_actions.so LoadModule speling_module modules/mod_speling.so LoadModule userdir_module modules/mod_userdir.so LoadModule alias_module modules/mod_alias.so LoadModule rewrite_module modules/mod_rewrite.so LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_balancer_module modules/mod_proxy_balancer.so LoadModule proxy_ftp_module modules/mod_proxy_ftp.so LoadModule proxy_http_module modules/mod_proxy_http.so LoadModule proxy_connect_module...
2006 Jan 05
2
Apache issue
...on_module modules/mod_negotiation.so LoadModule dir_module modules/mod_dir.so LoadModule imap_module modules/mod_imap.so LoadModule actions_module modules/mod_actions.so LoadModule speling_module modules/mod_speling.so LoadModule userdir_module modules/mod_userdir.so LoadModule alias_module modules/mod_alias.so LoadModule rewrite_module modules/mod_rewrite.so LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_ftp_module modules/mod_proxy_ftp.so LoadModule proxy_http_module modules/mod_proxy_http.so LoadModule proxy_connect_module modules/mod_proxy_connect.so LoadModule cache_module modules/m...
2006 Apr 03
12
scgi?? do i need it for ruby?
This might be obvious to everyone but it is something that i haven''t been able to find an answer to. Do I need to have either scgi/fastcgi/cgi running on either lighttpd/apache for ruby scripts to work? If yes, why? I have installed the scgi server and i can get the service to run, i have also installed the following mod_fastcgi/2.4.2 mod_ruby/1.2.4 Ruby/1.8.2(2004-12-25) mod_scgi,