similar to: .htaccess problems..... Using Drupal

Displaying 20 results from an estimated 1000 matches similar to: ".htaccess problems..... Using Drupal"

2019 Dec 09
4
PHP handler for .html files - C7
Morning all, I am finally moving some old (F9 thru F17) servers to C7 (Plus PHP7/Pgsql10) boxes. On the old boxes they all had it set so that .htm and .html files were handled by PHP in addition to the normal .php files. This was done with the simple change to: AddHandler php5-script .php .htm .html AddType text/html .php .htm .html in /etc/httpd/conf.d/php.inc. I did the same on my first
2019 Dec 09
0
PHP handler for .html files - C7
> On Dec 9, 2019, at 3:38 AM, Gary Stainburn <gary.stainburn at ringways.co.uk> wrote: > > Morning all, > > I am finally moving some old (F9 thru F17) servers to C7 (Plus PHP7/Pgsql10) boxes. On the old boxes they all had it set so that .htm and .html files were handled by PHP in addition to the normal .php files. > I do not have an answer to you question, but I?m
2007 Aug 05
1
Enbended Perl
Hi All; I am looking for a way to install Enbedded Perl on a Blue Quartz CentOS 4 Based server.... Any info on how to do it ??? All I have is http://perl.apache.org/embperl/ And no info on installing it on the Apache/2.0.52 (CentOS) Server Used by BQ Cent OS4 Personally I have never heard of it but I had a request to use it On one of my production servers... Franklin S. Werren webmaster at
2006 Mar 12
1
tcl/tk
Hi All; I have a friend who is wanting to install an updated tcl/tk on a Raq 4 server and I am looking for an easy way to install it on that server.... I guess he needs the updated version on there.... Is there any pkg files out there? Ideas or recommendations other than replacing the server ???? Thanks Franklin S. Werren webmaster at bagpipes.net www.bagpipes.net www.chautauqualake.net
2005 Dec 20
1
trouble with fastcgi and "undefined method `is_cgi?''"
I''m trying to get started with fastcgi on apache 2.0.54 on Fedora Core 4. I''ve created a really simple Rails app that doesn''t do any database actions. It works fine when I call it as CGI, but when I try to switch to fastCGI, I have problems. I get the following error in log/fastcgi.crash.log: [20/Dec/2005:10:16:53 :: 26912] Dispatcher failed to catch: undefined
2006 May 22
4
Webmin
Hi, i have no much experience with linux admin, i`m newbie on a work, and there is a linux server and windows clients, i`m trying to add some samba users by webmin, but i can make it works, the user have to type their username and password, i try to entering with the username and password of a recently created user but can`t login. i need some help. thx
2006 Feb 01
3
apache2 / fcgi / RoR - no connection
Hi, I''ve generated a new Rails app and dummy controller "foo" with method "hello". I am trying to run it under Apache/2.0.53 with fastcgi, and getting the index.html page when I hit http://localhost/foo/hello, or for any other request (http://localhost/kdjfslkfjs). Also, there is nothing in the rails logs, and no errors in the apache logs. Relevant bit of
2008 Jul 23
3
Premature end of script headers: dispatch.fcgi
Hey people, I''m working on this issue for more than 4 hours now and I have no idea what''s wrong so I ask you kindly to have a look at my stuff. When I try to access my website I get this error: Application error Rails application failed to start properly error.log says: [Wed Jul 23 17:51:22 2008] [error] Premature end of script headers: dispatch.fcgi I tried to run
2006 Feb 14
5
problem with apache
Hi! I don''t know much about linux and apache configuration, so we''re using cpanel on our server to manage accounts etc. I was trying to install ror (according to this page: http://wiki.rubyonrails.org/rails/pages/HowtoInstallAndRunRubyOnRailsOnCpanel) on our server, but it didn''t worked. If i enter "server.com/rails" i get "/testapp/index.html was not
2008 Jul 21
0
.htaccess exceptions
Hi I''m a .php coder trying to allow a Ruby on Rails website to access some .php scripts. I notice everything get redirected with Ruby on Rails in the .htaccess file. How do I stop Rails from redirecting my .php scripts which would be in another directory. Cheers (.htaccess is below) # General Apache options AddHandler fastcgi-script .fcgi AddHandler cgi-script .cgi Options
2016 Aug 28
0
.htaccess file
> -----Original Message----- > From: centos-bounces at centos.org [mailto:centos-bounces at centos.org] On > Behalf Of TE Dukes > Sent: Sunday, August 28, 2016 10:36 AM > My home system on a DSL line is getting worn out by bad behavior robots. > Awhile back, I created a .htaccess file that block countries by IP blocks. > Its 2MB in size. ... > So, today, I tried
2007 Sep 08
8
SVN and Rails problem
Hi guys, I''ve finally managed to get my server up and running with mongrel_cluster and all that jazz. My rails app works fine, but when I try to access my svn repos as I was doing before everything was setup rail is giving me a 404. What can I add to my httpd.conf to prevent this? Here''s a snip from my httpd.conf relating to the domain: ---HTTPD.CONF---------------------------
2007 Nov 21
0
.htaccess configuration
hello, i use shared hosting with apache and .htacces file for configuration. .htaccess file is places in the rails project folder: -------- RewriteEngine On RewriteRule ^$ public/index.html [L] RewriteCond %{REQUEST_URI} !^/project/public RewriteRule ^(.*)$ public/$1 [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ public/dispatch.fcgi/$1 [QSA,L] -------- Everything work fine
2006 May 17
3
PHP register_globals
Hi I am trying to turn on register_globals, but I am failing. someone trold me that I should change php.ini and I did it. ? - register_globals = Off - register_globals = On I made a php test page html/test.php <?php phpinfo(); ?> and checked it, but I can not make it. output_buffering no value no value output_handler no value no value post_max_size 8M 8M precision 14 14
2006 Sep 01
0
README.txt
Hi All; Here is a real dumb question... I made up a README.txt for a directory On a BQ/CentOS webserver.... The file is not showing up in the directory Or the actual file README.txt What did I do Wrong ??? Works on a Raq 4 ok .... Franklin S. Werren www.bagpipes.net www.chautauqualake.net www.franksradio.net www.chautauqua.us All messages sent from this computer are scanned by more than one
2007 Feb 28
0
RoR&Apache - htaccess rewrite directories fail?
On my server I have a directory at the root, /rails/ which contains other directories with rails projects. In my httpd.conf I have RewriteEngine On RewriteLog "logs/rewrite.log" RewriteLogLevel 9 RewriteCond %{REQUEST_URI} !^/rails/([^/]+)/public/ RewriteRule ^/rails/([^/]+)/?(.*)$ /rails/$1/public/$2 [QSA,L] So with a GET /rails/test/ you''d get sent to /rails/test/public/ and
2006 Apr 15
4
What happened to www.centos.org?
Not sure if this is specific to me or what... but I cannot access the site. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20060414/62b41250/attachment-0001.html>
2017 Aug 08
2
Troubleshooting php-fpm with apache on Centos 7
Hello, I am running httpd-2.4.6-45.el7.centos.x86_64 with php-fpm-7.0.22-1.el7.remi.x86_64 (on CentOS 7). My main problem: On this httpd server I have several vhosts running, but apparently I am facing intermittent problems with php-fpm communication on only one of them. Most of the sites are WordPress or Joomla Applications (running with mysql). Everything seems right: low load, all
2007 Dec 21
2
config Rails .htaccess
Hello, newbie here please help I have developed my Rails site under www.mydomain.com/home Now I want to map it to use www.mydomain.com, what should i change to this .htaccess file =============== Content of my .htaccess file under public directory ============ # General Apache options AddHandler fastcgi-script .fcgi AddHandler cgi-script .cgi Options +FollowSymLinks +ExecCGI # If you
2017 Aug 08
1
Troubleshooting php-fpm with apache on Centos 7
On 8/8/2017 8:57 ??, John R Pierce wrote: > does the user apache is running as have write access to that folder ? Thank you for your reply, John. Yes, there is write access: # ls -l /var/webs/wwwgreekgeo/log/php* -rw-rw---- 1 root apache 0 Aug 7 22:58 /var/webs/wwwgreekgeo/log/php_error_log # ls -l /var/webs/wwwgreekgeo/ total 8 drwxrwx--- 2 wftpuser apache 4096 Aug 8 03:46 log