1,520 Topics
| |
Hi. I am using WAMP which including the following: PHP 5... MySQL 5... Apache 2... I want to create [B]IP-Based VirtualHost[/B], therefore I did the following: 1. add "[B]Microsoft Loopback Adapter[/B]", and I assign two IP on that. 2. Create two folders named ([B]host1, host2[/B]) in my root directory which … | |
hey, i was wondering if anyone could tell me how or set me in the right direction in setting up a good web server on Redhat 9. make it as simple as possible cause i am pretty new to linux. i know the basic commands and that is about it. … | |
Hi, I am running Apache 2.2 with PHP5. All my files are written in PHP so they have the .php extension however I want to remove this extension in the same way google do ([url]http://somurl.com/file)[/url], I can do this leaving the trailing slash on ([url]http://someurl.com/file/[/url]) but I want to remove … | |
I'm redeploying my webserver. As of right now my IIS is shut off, and I am in limbo between installing it or going with apache server. My main concerns are ease of use and security, and I'm not sure which is the better choice. Looking for recommendations, so which is … | |
| i'd like to disallow any hidden files and directories, and contents within a hidden directory from being displayed. i know i can disallow hidden files with this: [CODE] <FilesMatch "^\."> Order allow,deny Deny from all </FilesMatch> [/CODE] using these paths, as examples: [url]www.example.com/.hidden/default.html[/url] [url]www.example.com/.hide/images/logo.png[/url] what do i need to do … |
Could anyone help me out with example RewriteRule(s) for the following: EASY [url]www.mysite.com/browse.php?letter=a[/url] -> [url]www.mysite.com/browse/letter/a[/url] HARD [url]www.mysite.com/productsearch.php?recordID=292[/url] -> [url]www.mysite.com/product/productname[/url] (How do I pass the productname?) [url]www.mysite.com/productsearch.php?x=11&y=19&txt_SearchQuote=f[/url] -> [url]www.mysite.com/product/f[/url] Cheers Big | |
Hi all, I am using php-4 with apache 2.0 on redhat linux. Now i need to install php-5 on separate directory without disturbing existing setup.. that is multiple php installation. thanks in advance Sg.. | |
I have a wamp apache server.. how to run asp.net pages from it.. | |
Is there anyway you can generate a random url for users to download files located in my sub-domain? for instance if my sub domain file location is web.domain.tld/diffrentfoldername/ then would i be able to change that differentfoldername to a random string and then have visitors download a file from there? | |
can any one tell me how jsp is loaded on to apache tomcard server????? | |
Hello all, My web host is Linux (I use cpanel) and i'm having an application developed for my gps project in C++ with Microsoft Web Services. gps devce - sends data ([U]get[/U]) to serial port reader (developed with C++) which then forwards & dumps it into mysql DB - that … | |
Hello, I was just hoping for a bit of help or for someone to point me in the right direction. Okay, so this past August, I found a really old windows 98 machine (433mhz processor and 96mb of ram). I decided to put slackware on it, and mess around with … | |
whenever i use to connect through linphone over sip server on fedora8, i am getting error unable to write registration file and :ortp-error-Could not find default routable ip address ! please help... | |
| I cannot get my locally installed Apache 2.2 to execute a .php if simply passed the folder. For instance, if I tell my browser, "http://localhost/dev/wordpress/wp-admin/" it simply gives me a directory listing of the folder. There is an index.php file there, and if I click it, it executes normally. Or, … |
I am using Linux fedora and I am new in the Linux world, and I'd like to know how to configure its network such that I am able to exchange file with my peers. Please anybody who can help? | |
Hi I am kinda unsure of how the processing time should be computed for a cluster. Say, for example I have a cluster of 2 machines and I run a visualization application, I need to record the processing time of certain parallel algorithms. Okay the question, a) When I run … | |
Hi, I am running apache2 currently on my mac os x leopard(upgraded)! How should I block some of the incoming IP addresses? I googled, but didnt get a proper solution for MacOS. Any help is appreciated. Thanks | |
| Hi, I hope this is the right place to post this topic. I'm building an imagealbum application. Registred users can visit certain parts of the album after authentication. So, the usermanagement and authentication process are build as servlets in Tomcat using a jdbcrealm. As the images are uploaded directly thru … |
i am trying socket programming in linux(fedora 7) using C language. i want to send a buffer from server to client,and vice versa. but the contents are not getting saved.the contents are unsigned long so i am converting them into ascii usinf sprintf and then saving in buffer.but its not … | |
Hi! how can i run a python script in a link such as([url]http://192.168.8.111).what[/url] do i nid?i have ubuntu7.10 and installed apache2.pls help.tnx!! | |
hi ALL... i'm a new in IT woRLD.. right now i work with PHP, Apache, And MySQL i want to create aplication that already work(use Apache,PHP, MysQL but it stand ALone )being apLication that executable what i want is in the future all that i need is just install the … | |
Can someone tell me what this code does not work: [code] RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} !^/?web RewriteRule ^/?(.+) /web/$1 [L] [/code] I am trying to get it where if someone visits any file that does NOT exists: http://www.domain.com/usernameHere it would just load http://www.domain.com/web/usernameHere We … | |
I've created simple C++ ATL Web Service in VisualStudio 2005 Is it possible to host it in Apache or some another web server exept IIS? Any help will be really appreciated. Thanks | |
I had posted this question a bit ago but probably didn't articulate it quite right to get a good answer. I'm stumped on something I thought would be easy .. So... I've got old urls that are no longer active (but were indexed in search engines) in the form of: … | |
i have configured virtual host for apache in my window os. i am having a site named lead capture in my c://appserv/www/ normally i will type in browser as [url]http://localhost:81/leadcapture[/url] after setting up the vhost i typed the url as [url]http://leadcapture[/url] which must work normally and show my website. But … | |
Does CF run any better or faster on Windows or Apache. Can you recommend some good shared hosting companies? Thanks | |
hello everyone , i would be very much pleased if anyone can show me a way to integrate apache webserver and PHP/PERL with mysql database on linux, and if possible can anyone let me know about any book which would be usefull in administering mysql commmand line on linux | |
Hi , I am new to this community and also new to PHP. My problem is that i have installed apache 2.2.6 and also have php 5.2 version. also made all the changes in conf file of apache. I also did all the neccesary things on PHP side (placing & … | |
hi am new to linux and i just wanted to know how to send a message from a client workstation to another client workstation working under the same server using Linux.e.g.using net send messages pliz assist MS DOS |
The End.