Fedora :: Enable The Php In Apache?
Jan 25, 2011
I just 'yum installed' php and php-pgsql.I appear to have weak search-foo and cannot figure out how to enable php in apache ( the nifty php-info page does not appear, just the hello and world I put into the file before and after the php-info call ). My intent is to be able to use phpPgAdmin. So I will also need to enable the php-pgsql shared object. I need to add to httpd.conf and any other initialization that I need to do?
View 2 Replies
ADVERTISEMENT
Sep 15, 2010
My server... its CentOS (redhat alike). I need to make the server disable apache server then run mysql command to optimize the databases then re-enable apache server in a specific time daily. Is it possible?
View 4 Replies
View Related
Oct 11, 2009
I have been reading [URL] to setup the same. But I am facing an issue here. Whenever I am editing the file:
Code:
Alias /webdav /var/www/webdav
Dav on
in wedav.conf under /etc/httpd/conf.d folder.
It says:
Code:
[root@chat conf.d]# service httpd restart
Stopping httpd: [FAILED]
[code]...
View 2 Replies
View Related
Mar 8, 2010
i'm running httpd 2.2.3-31 on a full update centos 5.4 , i need to enable mod_charset_lite on apache, how can do that?
View 3 Replies
View Related
Sep 22, 2010
I installed apache from a source *.tar.gz with default configuration. Can I enable other modules (like mod_ssl, mod_dav_svn,...) while apache is running?
View 6 Replies
View Related
May 27, 2010
redirect a domain name with /abc to external ip of web server. Now I can made sure that I should use the rewrite module to achieve this issues. But I don't know how can I enable this function in my apache web server. I will post my httpd.conf for your reference.
View 14 Replies
View Related
Feb 22, 2010
I have a base install of a LAMP server on my system, and I'm trying to get mod_rewrite working on that local server (the directory of the local site is [URL]. I added this to my /etc/apache2/httpd.conf file, which was blank before I did so:
Code:
<Directory />
Options FollowSymLinks
AllowOverride All
Order deny,allow
[code]....
It's supposed to redirect everything except the listed directories to index.php, which is used as a front controller. However, if I type in [URL] <any other page> I get a 404 error.
View 2 Replies
View Related
Jan 29, 2011
My Apache web server (respectively a child process) is crashing several times a day. I wanted to find the exact reason and activated the core dumps but even though the crashing-issues continue, the core dumps were never created. I have found several howto's which basically point to the same steps:
- set "ulimit -c unlimited"
- add "CoreDumpDirectory" directive into apache2.conf (Debian's httpd.conf)
Another info I've found is that /proc/sys/fs/suid_dumpable shouldn't be 0 - so on one howto it said to echo 2 into it, on another one to echo 1 to /proc/sys/fs/suid_dumpable - didn't work with neither of them.
View 4 Replies
View Related
Aug 11, 2010
How to recompile squid under fedora 13 to insert this arguments ---> --enable-storeio=diskd,coss
View 2 Replies
View Related
Feb 10, 2010
I recently installed Deluge 1.2.0 from the following PPA:[URL]I using this on two different Linux computers. One is running Linux Mint 8 and the other is running Ubuntu Netbook Remix 9.10. The first time on either computer when I enable WebUI in the Deluge GUI it works fine. However if I ever disable it in plugins section I am subsequently unable to re-enable it (doesn't appear in the side panel again). Rebooting or reinstalling Deluge seems to have no effect.Is this a bug or am I doing something wrong?
View 3 Replies
View Related
Jan 28, 2010
I'm trying to enable the rewrite module in apache, to enabled the module I followed the last entry in the fist page this thread:[URL]...When I restart the apache all works fine, so I supose it's enabled
Now I create .htaccess in my apache folder (/home/user/apache), and I write this:
Code:
RewriteEngine On
RewriteRule ^link([^/]*).html$ test.php?link=$1 [L]
And I try to execute this: ./.htaccess, I have this mistakes:
Code:
./.htaccess: 1: RewriteEngine: not found
./.htaccess: 2: Syntax error: "(" unexpected
What are I doing wrong?
View 1 Replies
View Related
Feb 4, 2010
Any one have an idea How to clear apache cache without restarting apache server.
View 5 Replies
View Related
Jan 24, 2010
I am upgrading my server and I have a lot of sites. Since I cannot take my server down for a few days, maybe a week until I manage to migrate all the sites to the new machine, I figured I could migrate them one by one. After migrating one, I would somehow tunnel the requests of that name virtual host to my internal machine. When everything is migrated, I would then switch the machines, update ip's and stuff and everything will work just fine.
However I cannot seem to find a way to do this tunneling. is this at all possible? If not, what alternatives do I have?
View 5 Replies
View Related
Feb 25, 2010
I'm trying to enable WI-FI but the system doesn't recognizes it
Code: 0c:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g (rev 01)
Subsystem: Dell Wireless 1397 WLAN Mini-Card
Kernel driver in use: b43-pci-bridge
Kernel modules: ssb
View 5 Replies
View Related
Dec 27, 2009
I installed Fedora 12 and everything seems to work fine except that I can't get sound from ....., pandora, or anything other than the weird system noises to work. I have ALSA and PulseAudio installed. Is there some simple procedure to enable sound in Fedora 12?
View 4 Replies
View Related
Jun 24, 2010
i'm using F13 64 bit on an hp pavilion dv7. i turned off my mousepad today with a hardware button that is located above it and after re-enabling it my mousepad won't work. i rebooted and it still won't work. how can i re-enable my mousepad
View 2 Replies
View Related
Aug 2, 2010
i'm using fedora 13 with php 5. how can i enable the dom extension. this is being asked for some web application like the bambooinvoicing.
View 2 Replies
View Related
Nov 1, 2010
i am using FC11. I have installed GD and it is showing in RPM list. Copied libgd.so in php modules and made an entry in php.ini. php version is :
php -version
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'libgd.so' in Unknown on line 0
PHP 5.2.9 (cli) (built: Apr 15 2009 09:30:33)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies
[code]....
View 6 Replies
View Related
Nov 26, 2010
Whenever I try loading ksystemlog application I get an error message saying "The file '/var/log/syslog' does not exist". Can anyone let me know how do I fix this issue? Screenshot of the message attached.
View 3 Replies
View Related
Jul 25, 2011
I want to share some folders over a network but, when i right click a folder I don't see sharing option in the menu that used to be in Gnome 2 I'm using Fedora 15 with Gnome 3 .
View 1 Replies
View Related
Aug 3, 2009
I've tried to copy my files from Xamp httdocs in windows to /var/www/html,but I can't paste the file, what should I do so I can paste the files ?I have logged in as a root
View 5 Replies
View Related
Mar 5, 2009
The default is forbidden in F10.
View 14 Replies
View Related
Nov 4, 2009
I ran "sudo yum install compiz-gnome" and when I run "desktop-effects" and click "Enable desktop effects" it just takes me back to the login screen.
View 1 Replies
View Related
Nov 18, 2009
I have installed Fedora 12 on my laptop (Lenovo X61s) and now I have some problems with my OS. Please help me to config my machine.Currently I can not enable Desktop Effects any more. I receive this message: "Accelerated 3D graphics is not available. Desktop effects require hardware 3D support."
I'm sure that I could enable the functions of compiz when I used fedora 11 and Fedora 12-beta on my laptop before.Besides, when I represent my slides, I can not see my screen on my laptop any more. It's dark. When I used Fedora 12-beta, I can see my screen and another screen for my representation.Is my Fedora lack of some necessary packages? Is it necessary to reinstall the VGA driver? How can I do?
View 1 Replies
View Related
Nov 23, 2009
To enable automatic login, I edited the /etc/gdm/custom.conf file and entereted the following lines:
Code:
The automatic login is working but I still see the login box with options to select language. After a delay of few seconds, the system will automatically log me in. I don't know why I see the login window. Is there any way to bypass this window?
View 3 Replies
View Related
Feb 1, 2010
I have in /etc/selinux/config:
Code:
SELINUX=enforcing
SELINUXTYPE=mls
Do I have MLS enabled? I can't use Selinux commands. I thought MLS is sort of package to Selinux. I fallowed this:
Code:
[code].....
View 3 Replies
View Related
Feb 8, 2010
Is it possible to temporarily enable all repos from within the command line? It would be useful when searching for packages. ie yum enablerepo=* search tint2 (which doesn't work btw!)
View 4 Replies
View Related
Feb 22, 2010
I just installed Fedora on my system. What should I do to get some nice desktop effects?Is there something that needs to be installed? or do I need to change some settings?
View 4 Replies
View Related
Mar 13, 2010
I'm here to lend your support again. I just install "VirtualBox" in Fedora12, but would like to recognize USB ports, how can I do this?
View 5 Replies
View Related
Mar 31, 2010
I use Fedora 12 and i want to be able to ssh into my computer from other computer. also i wnat to enable remote dektop. How to go about doing this?
View 5 Replies
View Related