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?
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?
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?
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.
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.
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.
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?
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?
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?
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?
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
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.
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 .
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
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?
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?
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!)
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?