Displaying 20 results from an estimated 30000 matches similar to: "Need help with httpd.conf not rendering cgi or php files"
2009 Aug 21
5
httpd - mysql - paypal.com.tar - hacker
Everyone,
This morning I received a notice from PayPal that one of our sites got
hacked and was spoofing a PayPal web site.
When I checked the the site, I was surprised to find they were correct.
About 5 days a go we had a server that got hacked and somehow the file
paypal.com.tar got uploaded to our server and then stored in a a
subdirectory of /var/www/.
I had previously started a mysqld
2011 Jan 05
4
if you install cgi programs from rpm, how to configure for actual use in /var/www/html ?
In Centos 5.5, I've had this same experience over and over. I have no
trouble installing CGI programs the old fashioned way (untar into
/var/www/html and configure), but don't like un-rpm managed files
floating about. So I can install, for example, phpMyAdmin, from EPEL.
That phpMyAdmin RPM drops files into a bunch of locations, the php
files are under /usr/share/phpMysql
and then
2008 Jun 18
5
Forbidden: You don't have permission to access /phpMyAdmin/ on this server.
Environment:
- CentOS 5.1,
- Apache 2.2.3
- php 5.1.6
- phpMyAdmin 2.11.6
- MySQL 5.0.22
Brand new system, brand new installation of all the above products.
All looks well, but when I try to connect to phpMyAdmin, I get an
error: "Forbidden: You don't have permission to access /phpMyAdmin/
on this server".
I'll forgo all the paths I followed trying to get this to work and cut
2008 Feb 14
2
OFF Topic: mysql installation problem
Hi All:
I'm trying to get mysql 5 installed on my CentOS 4.6 installation. I've
installed mysql using yum:
yum -y install perl-DBD-MySQL mysql-server mysql php-mysql
mod_auth_mysql phpmyadmin mysqlclient
Yum says it installed fine:
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package phpmyadmin.noarch 0:2.11.4-1.el4.rf set to
2012 Jan 03
3
phpmyadmin issue
Greetings,
I have installed phpmyadmin on a Centos 6.2 box.
When I try to access it through http://localhost/phpmyadmin it is
giving me a 403 forbidden error
any clues?
TIA.
--
Regards,
Rajagopal
2006 Jan 02
1
PHP not working with Mysql?
Hi,
I installed MySQL via YUM on an actual CentOS coming with this great bluequartz and it seems they won´t to play with each other. MySQL is working, phpinfo shows me. that it is there. Now i transfered some of my stuff and nothing works: phpmyadmin (with correct inc.php) tells me, that my php-Installation isn´t correct, a little cms (Contenido) shows white pages.
Mysqld.log
2012 Oct 05
3
PHPMYADMIN on Centos 6.3
Hi guys,
Pls I need good and working instructions on how to install phpmyadmin on
centos 6.3 ?
I would appreciate your kind and timely response on this.
regards
kunle
2014 Oct 29
3
Right way to install phpMyAdmin through Nginx and PHP-FPM
First I know this is not a list for PHP or Nginx setup or something else
but I'll give it a try and ask here for support I'm running a new server
with PHP 5.5.18 and Nginx 1.6.2 through FPM/FastCGI. The server is working
fine since I have other websites running on it. Now I'm trying to configure
phpMyAdmin and I tried this:
* 1. *Create a file under
2006 Oct 01
11
Ruby on rails on linux (ubuntu) want my mysql password but..
Hi everyone!
I work since yesterday on that:
I am running the newest ubuntu version (6.1 or so). and i installed the
mysql server with
# apt-get install mysql-server
or something like that.
My mysql server works fine, and i can access it also with phpmyadmin or
other mysql tools.
I have installed ruby on rails and have started creating a project:
# rails testapplication
That was
2007 Mar 19
2
phpMyAdmin high Memory usage
I installed phpMyAdmin on CentOS 4.4.
When accessing phpMyAdmin the memory usage jumps. Memory usage for http
jumps to 700MB spawning 4-5 httpd processes (about 3GB of ram). Mysql
also jumps to using close to 600MB in some cases
This is a Daul Dual core Xeon 3GHz machine with 4 GB of 667Mhz ram.
Should I be seeing this spike in Memory usage? The spikes only last about
5 seconds but my
2005 Sep 19
4
Is it bad for my web document folder to be user accessible?
PHP and MySQL seem to working on my CentOS installation.
I'd like to install phpMyAdmin as well, so I downloaded the necessary
files from phpMyAdmin's homepage and copied them to /var/www/html...
... except that's where the process stopped. My regular user account
doesn't have permission to write into the /var/www/html folder.
Should I just chmod the folder to 777? Is there a
2012 Aug 03
2
ot: mysql auth worker failure ?
looking through logs I noticed this today:
grep mysql /var/log/maillog | grep fail
Aug 3 17:35:25 dovecot: auth-worker(28335): Error: mysql: Query failed,
retrying: Table 'postfix.users' doesn't exist
Aug 3 17:35:57 dovecot: auth-worker(28335): Error: mysql: Query failed,
retrying: Table 'postfix.users' doesn't exist
Aug 3 17:36:02 dovecot: auth-worker(28335): Error:
2013 Oct 13
2
LAMP stack with strange dependencies
Hello everyone.
I''ve been toying around with puppet and something happened that seems
strange to me.
In site.pp I have the following:
> node default {
>
> # This is where you can declare classes for all nodes.
>
> # Example:
>
> # class { ''my_class'': }
>
> # class { ''lamp'': }
>
> package
2008 Mar 03
1
phpmyadmin hang..
It seems that I can never get through a phpmyadmin session w/o it
hanging on "Waiting for http://....". The only way I have found to
correct this is to cycle Apache. I can always get past the signon
portion, but it hangs at various portions of selecting DBs or Tables.
CPU is not overly active, all httpd daemons running, no myphpadmin
remnants running. Can't find any problems in
2007 Oct 30
2
Help with PERL install of GD
In an attempt to install bugzilla on a 64-bit C5 system, following
http://www.nabble.com/bugzilla-3.0.x-installation-on-FC7-t4656333.html
Most all modules from that page install fine, but GD install attemps
keep crashing.
What am I missing?
Thanks.
Scott
2013 Apr 17
2
phpmyadmin location
The Chinese probe for known vulnerabilities in phpmyadmin, so be sure and
change the root directory name from that suggested by the installation.
Todd Merriman
Software Toolz, Inc.
2008 Jan 24
4
Appreciate the help...
I received some interesting answers to my cron question. Most people said it
was not possible. One person reviewed cron's source code and said the source
would need to be modified. One person said I should mount the filesystem with
noexec. I'll review and test the answers as best I can.
To answer several people's curiosities of why I keep pushing - when I'm tasked
with a
2016 May 10
2
Change Password after expired
I do not speak Spanish, I am using a web server, which is not locally on
Samba 4, but on the same network.
OS: CentOS 7 64-bit
[Root @ webserver conf] # rpm -qa | grep httpd
httpd-tools-2.4.6-31.el7.centos.x86_64
httpd-2.4.6-31.el7.centos.x86_64
[Root @ webserver conf] #
[Root @ webserver conf] # rpm -qa | grep php
php-pear-1.9.4-21.el7.noarch
php-pear-Net-Socket-1.0.14-1.el7.noarch
2012 Feb 28
0
fail2ban and httpd
Hello,
I've all my services (postfix, dovecot, sasl, ...) secure with fail2ban,
but only httpd doesn't work
404 Not Found
//%0D/scripts/setup.php: 2 Time(s)
//3rdparty/phpMyAdmin/scripts/setup.php: 1 Time(s)
//81/phpmyadmin/scripts/setup.php: 1 Time(s)
//Admin/: 1 Time(s)
//Admin/scripts/setup.php: 1 Time(s)
//MyAdmin/: 1 Time(s)
2013 Mar 18
4
Inherit two classes?
Hello,
I have a class called website, which requires both httpd and mysqld
classes. Without defining it within the site.pp (node section). Is it
possible to define that "website" requires these additions? Such as;
class website inherits httpd, mysqld {
...
}
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To