1,520 Topics
| |
hi guys actually i been searching the net for the past days on how to put a background /and or image in apache-tomcat-6.0.29 can you check if something is wrong with my code? i mean if i wanted to put something like .jpg where should i put it in my … | |
I need a rewrite rule to change requests for a specific script on one domain and sub-domain to another domain and path: [I][url]http://domain-one.com/cgi-bin/38837728.cgi[/url][/I] or [I][url]http://www.domain-one.com/cgi-bin/38837728.cgi[/url][/I] to [I][url]http://somwhere-else.net/cgi-bin/abc/38837728.cgi[/url][/I] I have other domains that share the same script directory as domain-one.com and [url]www.domain.com[/url]. But I only want to redirect requests for domain-one.com … | |
[URL="http://aws.amazon.com"]Amazon Web Services[/URL] (AWS) uses it. [URL="http://www.elastichosts.com"]Elastichosts[/URL] uses it. [URL="http://www.google.com"]Google[/URL] uses it. Yahoo uses it. [URL="http://www.engineyard.com"]Engine Yard[/URL] uses it. [URL="http://www.facebook.com"]Facebook[/URL] uses it. "It" is Linux, of course. But what else do all these companies have in common? If you said "cloud technology," you're correct. Perhaps the best known of all … | |
[B]Hello! I have tried this one for a while now but i cant get it to work... [B]i want the url:[/B] [url]http://example.com/article.php?read=NzQ=[/url] [B]to be...[/B] [url]http://example.com/article/NzQ=[/url] i tried this one:[/B] RewriteRule ^article/([0-9]+)-([a-z]+) http://example.com/article/index.php?read=$1 [NC] But no luck! :'( | |
Hi all, This is my first time posting in this forum (disclaimer: please let me know if this is not the right place to post this). I'm turning to the Linux server discussion gurus for some sagely advice :) I have a VPS web server running CentOS with Apache and … | |
Hi everyone! Whenever I develop something on an online web server my htaccess files and php.ini files work as expected. If I place a php.ini into a directory and then call phpinfo(), I can see that it is parsed. However, when I use a locally installed web server working directory … | |
Hello, I have set up a website on my Ubuntu desktop using Apache, but i can't access it from another machine via IP address. Which configurations should I add to access it via IP eg: 192.168.108.12 instead of localhost. Thanks. | |
Hello ,I am newbie..I am trying to configure Apache2.2 server for running .php files,but while editing apache/conf/httpd file its saying "Access is denied"..Please help me out | |
Hi, this problem has had me stumped for weeks now. I have written a compiled CGI script in C to rotate my log files each day. The problem is that I don't seem to be able to execute it from inside PHP. It runs fine if I access the file … | |
Hi I am planning to build an email server. My first one actually. I have used linux for apache / db / middleware ... so I think am capable of installing a mail server with some proper documentation. I have narrowed the email server to be postfix... but now here … | |
I Downloaded Wamp server 2.0 for my php and mysql installation. When i click on the wamp server through start/programs/wampserver/startwampserver2.0 it just has an icon 'start wamp server 2.0',is it the right file i downloaded?isnt it supposed to contain other clickable icons like phpmyadmin,mysql,apache ?? Secondly,do i need to download … | |
just started out on php, kinda having problems configuring the language (php), the database server and the web server on windows 7. what could i not be doing right. I have edited apache's conf file to use php and stuff. One problem is that i have IIS running as the … | |
Hello all, My friend recently rented a server, through a site, and he wanted me to help him run it, as he has very little computer knowledge. I used SSH Secure Shell (TM) (running Windows 7), to access it, and accidentally closed the window without disconnecting. Since then I have … | |
Hi, I'm aware that there are two types of transaction logging: 1. Circular Logging 2. Archival Logging How do we know what type of logging we use? I mean is there any method to find out? If this is not the right place to post this thread please redirect me … | |
Hi, Im in my final year of an honours degree entitled software development and computer networking. For my final year project I have decided to implement a bandwidth management system for a small network. The plan would be to develop something to run on a server on the network, implemented … | |
I have Ubuntu Server 10.10. My setup is as follows: From the Ubuntu Server, I have an ethernet cable connecting to my Windows Computer, which has a wireless connection to my modem(and the internet). How would I be able to make it so that I can connect to the internet … | |
I plan on making a web server for myself. Just a small site for myself containing my blog and a small infrequently updated webcomic, nothing huge and commercial and was wondering what is generally the best Linux to use for this. I have made web servers before using Windows XP … | |
Hello, i downloaded aglets 2.5 from this site : [url]http://fluca1978.blogspot.com/2010/07/aglets-25.html[/url] please read the first comment by [U]nader 74[/U] : [CODE]Hi, I'm student. I have use Aglets2.0.2. But, when I used Aglets 2.5-alpha, I can not install the ant and I use Java_Home = C:\Java\jdk1.6.0_21 ant I have this error :[/CODE] … | |
hi friends, I develop web pages using PHP for my college.. To upload into my college site, is need any framework ?? To run php file in my home PC. Just apache sever is enough ? Is any php file or framework need ?? Plz help me as soon as... … | |
I've burned the ubuntu server installer .iso to a CD. When I try to boot from it it tells me the disk boot failure message. I know it's not the CD drive that's the problem because I get the same error on multiple computers. Is there anything I have to … | |
I'm working on generating SEO friendly URLs from data taken from a database. I've been successful for the most part. The only issue I'm having is when I stripped the spaces and made them dashes, I lose the data being pulled from the database. If I leave the spaces in … | |
I just bought a dedicated server with Debian installed, I have no idea how to start. I know I have to do some commands through SSH, anyone has a guide? thanks. | |
i am trying to export display to my xp box from redhat.. problematic again. These are what I already have done: on redhat: #export $DISPLAY=:0.0 #export $DISPLAY=XXX.XXX.XX.XX ## my xp box ip #echo $DISPLAY #XXX.XXX.XX.XX #xhost + xhost: unable to open display "xxx.xxx.xx.xx" on xp: installed xming x11 server and … | |
I am just wondering what I have done wrong. I successfully installed Netbeans, PHP, MySQL, APACHE on Ubuntu 11.04 and I have been developing applications with them. Recently, Whenever I try to establish a connection with a MySQL using the following lines of code, and run the page from Netbeans, … | |
I have problem regarding redirect ,I want like when someone types [url]http://picmagazines.com[/url] ,[url]http://www.picmagazines.com,picmagazines.com[/url] ,It redirects to [url]http://www.picmagazines.com[/url] only ,I added the code from [url]http://www.jackborn.com/tools/canonical-urls.php[/url] in .htaccess file but it redirects to some strange url [url]http://www.picmagazines.com/index.php?/[/url] I need this to be [url]http://www.picmagazines.com[/url] ,how I can correct that,please advice me ,this helps … | |
Does anybody know if it is possbile to connect to an external database using plesk panel 9.5.2 linux vps or must it be a windows based vps. Or does another vps linux type panel allow connection to external databases. [url]ftp://download1.sw-soft.com/Plesk/PPP9/Doc/en-US/plesk-9.5-administrators-guide.pdf[/url] all i can find is that you can only do … | |
hi guys, i am looking at purchasing this ssl for my cpanel dedicated box: [url]http://www.positivessl.com/ssl-certificate-products/addsupport/ssl-positive_wildcard.html?ap=ce048[/url] i have asked the salesman if 1 static ip address for the box will cover all sub domains on the one domain ssl and he has confirmed yes however my hosting provider support engineers said … | |
I can't find the forum section for Apache here in daniweb so I just posted it here in PHP because we typically use Apache with PHP. The problem is not concerning with my PHP program but with the settings of apache. The domain of my website is "www.whatever.com" (this is … | |
I have imported a project in my Netbeans workspace. It asks me to Resolve missing server problem. I right clicked the project and clicked on 'Resolve missing server problem'. It asks me to Add the server which i did (Tomcat 6.0) and then it asks me to browse the location … |
The End.