No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
21 Posted Topics
Re: Few things I want to know whether you are trying to write to that folder by your application i.e; Apache/php or simply by terminal using root user? -- Manoj | |
Re: Hi, First of all confirm if this is Apache password or mysql password.....if this asking over browser in a small dialogue box then its apache's configuration or if its asking in browser's page then its mysql' config if its mysql's configuration then do the following steps to change password: 1) … | |
Re: Hi, Look into below link if rewrite rules written in this page helps you :) [url]Removed by mod[/ url] -- Manoj | |
Re: Follow below given link if this helps you: link deleted by mod -- Manoj | |
Re: Hi, You can specify multiple DNS records but for failover try to setup 2 or more A records may be for example 1st for india and 2nd for US......and specify TTL time like 30 to 60 seconds if one of A record failed to contact then after TTL expires on … | |
Re: Rubberman is right plz restart apache service if its still not working then post the output of following command: 1) netstat -antp 2) ps -aux|grep 3) "apachectl -V" check SERVER_CONFIG_FILE variable and confirm if the file httpd.conf running with is same which/where you are changing port settings -- Manoj links … | |
Re: Please try following if this works for you: RewriteEngine On RewriteRule ^/offline.html$ [url]http://retete-culinare-diverse.ro/v1/plugins/recipe_menu/recipes.php?0.view.1446.5.0[/url] [L,QSA] -- Manoj | |
Re: Check with following from client machine: mysql -u username -h mysqlserverIP -pPassword is this able to connect to mysqlserverIP?? If not try following from client: nmap -P0 mysqlserverIP check/post outpute if its showing port 3306 open and accessible SPAM DELETED | |
Re: plz answer following: 1) Are you able to access using user name from where the mysql server is located 2) Post the output of following from mysql server : use mysql; select user,host from user; 3) If step 2) showing the appropriate user and IP (client) then run following from … | |
Re: check from application machine: 1) nmap -P0 mysqlserverIP : is 3306 port opened and accessible post the output from mysql server for following: 1) use mysql; select user,host from user; SPAM DELETED | |
Re: Use following to install Apache(http), mysql, phpmyadmin: yum -y install httpd httpd-devel mysql-server phpMyAdmin --------------------------------------- links deleted by mod | |
Re: Agreed with Cereal :) use "FLUSH QUERY CACHE;" over mysql prompt SPAM DELETED | |
Re: [QUOTE=mixplates;1603315]How are devices represented in UNIX?[/QUOTE] These are called block devices and their location are /dev/... | |
Re: through which user you are trying to access this test folder using SAMBA?? | |
Re: [QUOTE=Midgard;1702005]Hi- I'm trying to figure out how to remove a subdomain from a URL in htaccess, but only if there is a path after the domain. Examples: [url]http://www.subdomain.mysite.com/[/url] - OK [url]http://subdomain.mysite.com/[/url] - OK [url]http://www.subdomain.mysite.com/folder1/index.php[/url] - becomes: [url]http://www.mysite.com/folder1/index.php[/url] [url]http://subdomain.mysite.com/folder1/index.php[/url] - becomes: [url]http://mysite.com/folder1/index.php[/url] Any clues? Many thnx in advance, -Midgard[/QUOTE] Use below … | |
Re: [QUOTE=valipour;1244922]Hi! i Want to deploy a server for hosting my web pages please help what type and version of OS? And WHM/hosting manger? what do you think about CentOS And Kloxo (lxcenter.org) and who i can have best Security؟[/QUOTE] You can go ahead with CentOS and you may setup iptables … | |
Re: what error you are getting in apache and php error logs??? --- Manoj | |
Re: Ya james is right but need to add one more RewriteCond: RewriteEngine On RewriteCond %{HTTP_HOST} ^domain-one\.com$ [NC,OR] RewriteCond %{HTTP_HOST} ^www.domain-one\.com$ [NC] RewriteRule ^cgi-bin/38837728.cgi$ [url]http://somwhere-else.net/cgi-bin/abc/38837728.cgi[/url] [L,R=301] I think, this will solve your rewrite rule problem. --- Manoj | |
Re: might be someone is trying to attack DOS.....so try mod_evasive for the same :) ----- Manoj | |
Re: <VirtualHost 1.2.3.4:80> [...] PHPINIDir /var/www/web1 [...] </VirtualHost> We can use like above syntax for separate php.ini file --- Manoj | |
Re: :) For more info please refer this link [url]not any more[/url] --- Manoj Samtani |
The End.