1,520 Topics

Member Avatar for
Member Avatar for arunkumarm03

hi, please tell me anyone how to install LAMP in linux i don't know the admin password, while i am trying to install it, i am getting a error like mkdir /usr/local/apache2 mkdir: cannot create directory `/usr/local/apache2': Permission denied and also tell me how install using password.

Member Avatar for dualzNZ
0
116
Member Avatar for jsparger

Hi guys, I'm looking for a little help with Apache Xerces. I am currently trying to use Xerces-C++, but I'll soon be using Xerces-Java. As I look the the C++ programming guide and the DOM programming guide, a lot of my questions remain unanswered. The sample codes lack comments on …

0
98
Member Avatar for me!

Hello everyone, I have a server running plesk 10.2.0 with Qmail, inside we host a website and we also run our own mailing list. For the mailing list we use the software ListMessenger 2.1.0. We have no issues what so ever with the server, everything runs good even normal user …

Member Avatar for me!
0
202
Member Avatar for oksam

I am trying to give each MOVIE there own url name, for example, [url]www.helloworld.com/BATMAN[/url]. I have been using mod_rewrite to create such url. I have been using following htaccess code to achieve such result. RewriteEngine ON RewriteCond %(REQUEST_FILENAME) !-d RewriteCond %(REQUEST_FILENAME) !-f RewriteCond %(REQUEST_FILENAME) !-l RewriteRule ^(.*)$ index.php?url=$1 [QSA,L] The …

Member Avatar for oksam
0
298
Member Avatar for Ritesh_4

Hello I've installed phpmyadmin using the command apt-get install phpmyadmin, however am unable to open its login page in my web-browser when I type [url]http://localhost/phpmyadmin[/url] Installation was done properly and I can view the MySQL server from the webmin page. Error is: Not Found The requested URL /phpmyadmin was not …

Member Avatar for tinker
0
783
Member Avatar for Pjieter

As I was looking for a webhost to host some important files of me that I need at various locations, I 'discovered' what I already knew: filehosting is expensive! :) As I'm exploring some alternative web file-sharing methods, I heard some people found a way to share files from their …

Member Avatar for Pjieter
0
505
Member Avatar for mikulucky

Hi, I am attempting to build a PHP based CMS, and a custom template system, these items I do not believe I would have a problem with. However its about the server environment. For example I would want to place instructions in the html code, in the form of html …

Member Avatar for mikulucky
0
143
Member Avatar for vectro

This is partially in reference to these threads: [url]http://forums.cpanel.net/f5/fastcgi-fcgid-php-ini-per-user-100133.html[/url] [url]http://forums.cpanel.net/f5/individual-php-ini-files-php-fcgi-php-cgi-160398.html[/url] I more or less followed the instructions there and I came up with the following settings: [b]/home/username/public_html/cgi-bin/php.fcgi[/b] [code] #!/bin/sh export PHP_FCGI_CHILDREN=1 export PHP_FCGI_MAX_REQUESTS=10 exec /usr/local/cpanel/cgi-sys/php5 [/code] [b]/usr/local/apache/conf/userdata/std/2/username/custom.conf[/b] [code] AddHandler php5-fastcgi .php Action php5-fastcgi /cgi-bin/php.fcgi [/code] [b]/usr/local/apache/conf/includes/pre_virtualhost_2.conf[/b] [code] Action php5-fastcgi /cgi-bin/php.fcgi …

0
146
Member Avatar for punko

Hi, I have Debian 6,Apache 2.2.16. On this run two page first.net - many visit user, second.net - much less page visit. When restart apache2,that run both page ok, but after few minutes/hours cant load page second.net. In /log/apache2/second.net/error is: [ICODE]mod_fcgid: can't apply process slot for /var/www/webuser/php5-wrap[/ICODE] In log /log/apache2/first.net …

Member Avatar for rubberman
0
623
Member Avatar for basketmen

For a website, sometime we used more than a script that [B]separated[/B], yes separated and dont have connection at all each other for example domain.com is a forum, using vbulletin domain.com/blog is a blog, using wordpress domain.com/store is ecommerce, using oscommerce domain.com/article is article cms, using joomla etc so for …

Member Avatar for rubberman
0
194
Member Avatar for MGadAllah

Hello Just ordered an unmanaged VPS for hosting 2 websites. I'm really new a lot for linux and have few background. I've been goggling and followed some tutorials from howtoforge.com but really was not able to setup everything the right way. I will need to install: - apache - php …

Member Avatar for MGadAllah
0
214
Member Avatar for klcant

I am trying to display the result from a query in to a table. I can do this pretty easily when doing queries from mysql, but cannot get it to work with mssql. Below is the code I used to actually make sure I could get the data (and it …

Member Avatar for klcant
0
5K
Member Avatar for Mahesh57

Hi sir please give the suggestion how to change port number i am chanced port number 80 to other numbers at the location of .httpdconf file- listen changed even its not changed??

Member Avatar for alirz-23
0
165
Member Avatar for pwrlogic

hello i am trying to run a cgi script with a .exe extension :sad: from the cgi-bin in the apache folder the script runs but there must be something wrong because if i look at my access log i do not get a 200 ok i get a 500 604 …

Member Avatar for alirz-23
0
127
Member Avatar for MoreBloodWine

My apologiess if this is the wrong board but I wasnt sure where shell stuff should go but my server is a Linux one so... ------- [code]screen -S minecraft screen -X cd ./public_html/mcmyadmin/ mono McMyAdmin.exe -nostart[/code] I'm using the above code to auto atart a game server on my VPS's …

Member Avatar for L7Sqr
0
80
Member Avatar for sica07

Hello, I have a server on which I host my firstdomain.com. For this I created a name servers: ns.firstdomain.com Now I would like to host a second domain on that server and to use the same nameserves. I know that is posible (is the solution used in shared-hosting). To do …

Member Avatar for Jessica1234
0
273
Member Avatar for RobotFX

Anyway, simple for others, not for me :( I'm trying to redirect this "v1/plugins/recipe_menu/recipes.php?0.view.1446.5.0" to this"offline.html" I have this in my htaccess: [CODE]Redirect permanent /v1/plugins/recipe_menu/recipes.php?0.view.1446.5.0 http://retete-culinare-diverse.ro/offline.html[/CODE] ...but doesn't do anything. Can someone help me here, please?

Member Avatar for manojsamtani
0
129
Member Avatar for warlord902

I want to setup Apache http server on my ubuntu machine, but as I am not good with linux, can't understand how to do that. Latest version is 2.2.21 I was trying to install that. There is a binary for window systems, I successfully installed and set it up on …

Member Avatar for peter_budo
0
135
Member Avatar for sammrat23

I have a website built in .php but we have converted it to .html by using "mod rewrite". the mod rewrite code used in .htaccess is "RewriteEngine on RewriteRule ^(.*)\.html$ $1.php" Now the problem is my website shows up in both .php and .html. for example: [url]www.mydomain.com/index.html[/url] and also [url]www.mydomain.com/index.php[/url]. …

Member Avatar for diafol
0
172
Member Avatar for nakresimin

why do i get this error? can you please help me to fix it? [url]http://204.45.7.122/[/url] [ICODE]overHead(); echo $html->pageTop(); include('loginmenu.php'); include(inc_dir . "/left.php"); echo $html->pageMiddle($config["page_name"]); $toplamkullanicilar = $adetler["JAS_FD"]+$adetler["JAS_FS"]+$adetler["JAS_TP"]+$adetler["JAS_TH"]+$adetler["JAS_OH"]+$adetler["JAS_BG"]+$adetler["JAS_OK"]+$adetler["JAS_OL"]; $ortadakipara = getMoney("JAS_FD")+getMoney("JAS_FS")+getMoney("JAS_TP")+getMoney("JAS_TH")+getMoney("JAS_OH")+getMoney("JAS_BG")+getMoney("JAS_OK")+getMoney("JAS_OL"); ?> [/ICODE]

0
123
Member Avatar for AnkurThakur

Hello Guyz, I could not found any Forum for Web Servers or something related to my problem so I am posting it here. So I am having trouble with Regular Expressions in HTACCESS. So what I have in my website is : [B]ROOT : (my web root is in a …

Member Avatar for pritaeas
0
151
Member Avatar for _SoNo__

Hello guys i recently buy the vps and i am new so i need some help. I need to install apache on my Vps. I tried many google search but its still not install properly. i tried this command --> yum install apache Also tell me the command to install …

Member Avatar for manojsamtani
0
122
Member Avatar for jamojo

Hello Everyone, I am using apache POI 3.7. I am trying to replace the value of a table column in a word document (docx). However, what I have done is it keeps appending the value of the current value in the document. But if a table column value is null, …

Member Avatar for jamojo
0
3K
Member Avatar for bsewell

Hello, I want to make a simple website, and friendly urls would be a great step towards that. I have been trying this for 2 days without success. [url]www.mydomain.com/join[/url] redirects to [url]www.mydomain.com/index.php?path1=join[/url] [url]www.mydomain.com/forum[/url] redirects to [url]www.mydomain.com/index.php?path1=forum[/url] [url]www.mydomain.com/forum/getting-started[/url] redirects to [url]www.mydomain.com/index.php?path1=forum&path2=getting-started[/url] These directories do not actually exist. They are going to …

0
137
Member Avatar for khess

A new version (9.0) of [URL="http://www.postgresql.org"]PostgreSQL[/URL] is in beta and ready for public testing. If version 9.0 lives up to its proposed [URL="http://www.postgresql.org/about/featurematrix"]feature list[/URL], then it is serious competition for MySQL. PostgreSQL proponents have long suggested that PostgreSQL has always enjoyed superiority over MySQL. I beg to differ but that …

Member Avatar for evanx
0
1K
Member Avatar for mixplates
Member Avatar for tatianna21

Hi, I would like to setup a htaccess for my dating site, where only US and UK IP ranges would be allowed, as well as my own IP, which is from EU. All other countries and proxies have to be blocked. I've searched on the net, but found nothing conclusive, …

Member Avatar for cereal
0
48
Member Avatar for fuggles

I am setting up a samba server. When I place the folders that Samba will use inside of the /tmp folder, everything works fine. However, when I try to use a directory that I created, it will not let me access it from another computer. I have given public permissions …

Member Avatar for manojsamtani
0
265
Member Avatar for Midgard

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

Member Avatar for manojsamtani
0
234
Member Avatar for valipour

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؟

Member Avatar for manojsamtani
0
223

The End.