|
|||||||
| Home | Photo Gallery | Register | All Albums | Blogs | Forum FAQ | FlashChat | Members List | Calendar | Search | Today's Posts | Mark Forums Read | Vendor Directory |
| Welcome to Yotatech! |
|
|
Welcome to Yotatech, You are currently viewing our forum as a guest, which gives you limited access to view most discussions and access our other features. By joining our community, at no cost, you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is free, fast and simple, so please join our community today! |
![]() |
|
|
Thread Tools | Search this Thread |
|
|
#1 (permalink) | |||||
|
Registered User
|
Fooling with Apache
__________________
-Chris If you can't explain it simply, you don't understand it well enough. Click here to search! My Website |
|||||
|
|
|
|
|
#2 (permalink) |
|
Contributing Member
Join Date: Oct 2002
Location: Duvall, WA
Posts: 5,109
|
It looks like an "under construction" page
__________________
-Rob Slightly Modified 2001 Tacoma - WATRD.COM WATTORA is becoming NWToys! Tread Lightly! certified Tread Trainer Search 100+ Toyota tech sites, including this one: Toyota Tech Search |
|
|
|
|
|
#3 (permalink) | |
|
Registered User
|
Quote:
![]() Rob, I figured maybe you'd know something about this. I downloaded AppServ which comes with Apache, MySQL and other little doodads. I probably need to read up on how to actually use it (i.e., make it more secure for my server), because once I figured this out it seemed a little too easy. Any pointers? I want to learn how to use MySQL but I don't know exactly what it can do.
__________________
-Chris If you can't explain it simply, you don't understand it well enough. Click here to search! My Website |
|
|
|
|
|
|
#4 (permalink) |
|
Registered User
Join Date: Feb 2005
Location: Boulder, Colorado
Posts: 195
|
what exactly do you wanna do? If you're just making an informational site you don't really need to make it any more secure than it is. I mean just make sure you permissions for the files you have are read only...
|
|
|
|
|
|
#5 (permalink) | |
|
Contributing Member
Join Date: Oct 2002
Location: Duvall, WA
Posts: 5,109
|
Quote:
If you install PHP on your Apache/MySQL box, you have a SERIOUSLY powerful combination. PHP and MySQL are designed from the ground up to work together. It's still under construction, but take a look around the WATTORA site. The forum and all the members features are run via PHP and MySQL. In answer to what you can do... with that combination, you can do anything you have ever seen on a website
__________________
-Rob Slightly Modified 2001 Tacoma - WATRD.COM WATTORA is becoming NWToys! Tread Lightly! certified Tread Trainer Search 100+ Toyota tech sites, including this one: Toyota Tech Search |
|
|
|
|
|
|
#6 (permalink) | ||
|
Registered User
|
As far as permissions go...
I couldn't really find anywhere that included the numbers 777 or 755. I hope I'm not doing myself wrong by posting some of my .conf file here but I've found these sections and wonder if they have to do with configuring my permissions correctly... Quote:
Quote:
To get some of the code to show up properly, I had to change the beginning "<" on each "Directory" to "("
__________________
-Chris If you can't explain it simply, you don't understand it well enough. Click here to search! My Website Last edited by Churnd; 02-11-2005 at 06:13 AM. |
||
|
|
|
|
|
#7 (permalink) | |
|
Senior Member
|
Quote:
__________________
Jackson - My Site 96 SR5 4x4 - 33" MTs, open diffs, and 3.90s - LET'S ROCK! My runner has bee traded in *sniff* on an 06 SR5 long bed d-cab Tacoma. The tacoma is nice, but... *sniff* ... I'll update my site when I'm done grieving. |
|
|
|
|
|
|
#8 (permalink) | |
|
Registered User
|
Quote:
__________________
-Chris If you can't explain it simply, you don't understand it well enough. Click here to search! My Website |
|
|
|
|
|
|
#9 (permalink) |
|
Contributing Member
Join Date: Oct 2002
Location: Duvall, WA
Posts: 5,109
|
777 and 755 refer to the permissions of the folders that contain your web facing files. Look up the term "chmod".
http://catcode.com/teachmod/ You are on the right track by locking things down. If in doubt, make things more restrictive and loosen up permissions as you need them, not the other way around.
__________________
-Rob Slightly Modified 2001 Tacoma - WATRD.COM WATTORA is becoming NWToys! Tread Lightly! certified Tread Trainer Search 100+ Toyota tech sites, including this one: Toyota Tech Search |
|
|
|
|
|
#10 (permalink) | |
|
Registered User
|
Quote:
__________________
-Chris If you can't explain it simply, you don't understand it well enough. Click here to search! My Website |
|
|
|
|
|
|
#11 (permalink) |
|
Contributing Member
Join Date: Oct 2002
Location: Duvall, WA
Posts: 5,109
|
Ah... I can't help you much there. I have completely abandoned Windows hosting in favor of *nix hosting.
__________________
-Rob Slightly Modified 2001 Tacoma - WATRD.COM WATTORA is becoming NWToys! Tread Lightly! certified Tread Trainer Search 100+ Toyota tech sites, including this one: Toyota Tech Search |
|
|
|
|
|
#12 (permalink) | |
|
Senior Member
|
Quote:
Set everything to read only... then increase the accessability as necessary. It'll probably take some playing around with, and it may very well get frustrating and tedious, but it's very much worth it in the long run.
__________________
Jackson - My Site 96 SR5 4x4 - 33" MTs, open diffs, and 3.90s - LET'S ROCK! My runner has bee traded in *sniff* on an 06 SR5 long bed d-cab Tacoma. The tacoma is nice, but... *sniff* ... I'll update my site when I'm done grieving. |
|
|
|
|
|
|
#13 (permalink) |
|
Contributing Member
|
sweetness.....I was about to setup something similar or learn how too before I my computer up a little, regardless I got it back up and running....
Maybe you can post some link of where you downloaded apache and any information you have thus far. Then I can give it a try
__________________
06 Subaru WRX |
|
|
|
|
|
#14 (permalink) |
|
Senior Member
|
Apache is open source, which means it's free to the public. You can download the http server directly from the Apache site. Setup is pretty straight forward.
__________________
Jackson - My Site 96 SR5 4x4 - 33" MTs, open diffs, and 3.90s - LET'S ROCK! My runner has bee traded in *sniff* on an 06 SR5 long bed d-cab Tacoma. The tacoma is nice, but... *sniff* ... I'll update my site when I'm done grieving. |
|
|
|
|
|
#15 (permalink) |
|
Registered User
|
Cynicx -
Here's what I've learned so far:
__________________
-Chris If you can't explain it simply, you don't understand it well enough. Click here to search! My Website |
|
|
|
|
|
#16 (permalink) |
|
Contributing Member
|
I'm a bit confused.....where do you get the domain name from?....sorry I should really read up on it before asking questions.....
EDIT: I'm dumb, I dunno what I was thinking, I had the port closed in my router....derrhhh
__________________
06 Subaru WRX Last edited by CynicX; 02-11-2005 at 03:57 PM. |
|
|
|
|
|
#17 (permalink) |
|
Registered User
|
If I recall right, you signed up with no-ip.com, right? Well, whatever name you used for your FTP server, you can use the same one for your web (HTTP) server. It's just a name for your computer that's more handy to use instead of remembering and typing in a full IP address every time. The domain name just points to your IP address. That little program you downloaded updates no-ip to your current IP address in case it changes. If you had a static IP (which costs more), you wouldn't need that.
So, once you get Apache up and running, your address would be http://cynicx.myftp.org. Your domain name is cynicx.myftp.org.
__________________
-Chris If you can't explain it simply, you don't understand it well enough. Click here to search! My Website Last edited by Churnd; 02-11-2005 at 03:58 PM. |
|
|
|
|
|
#18 (permalink) |
|
Contributing Member
|
lol if you click that link you'll see my progress....
__________________
06 Subaru WRX |
|
|
|
|
|
#19 (permalink) |
|
Registered User
|
Great, that means you have it up and running. Now all you do is design web pages to reside in that folder. As far as the structure of how to maintain that folder, I'm not 100% sure. I think you should be able to create other folders for different web pages as long as you point to them correctly through the index.html file.
That page you see right now is just a pre-written html file that came with Apache. I think you should also be able to host as many sites as you want through different domain names as long as you edit the .conf file correctly and create different domain names for them.
__________________
-Chris If you can't explain it simply, you don't understand it well enough. Click here to search! My Website Last edited by Churnd; 02-11-2005 at 04:10 PM. |
|
|
|
|
|
#20 (permalink) |
|
Contributing Member
Join Date: Oct 2002
Location: Duvall, WA
Posts: 5,109
|
Pages are served up via the following scheme;
You can use any of the following (listed in order of priority): index.htm index.html index.shtml index.shtm index.php index.php3 default.htm The root page, the page that people see when they hit the domain must be in the root, but from there you can build any directory structure that you may desire.
__________________
-Rob Slightly Modified 2001 Tacoma - WATRD.COM WATTORA is becoming NWToys! Tread Lightly! certified Tread Trainer Search 100+ Toyota tech sites, including this one: Toyota Tech Search |
|
|
|
|
|
#21 (permalink) |
|
Senior Member
|
By default, you can't use php files for default/index pages... Apache doesn't recognize the extension. You have to add a line of code to the conf file to tell Apache to also look for php files. I forget the line, but I can get it for you when I get to work on Monday. PM me a reminder if you want it.
__________________
Jackson - My Site 96 SR5 4x4 - 33" MTs, open diffs, and 3.90s - LET'S ROCK! My runner has bee traded in *sniff* on an 06 SR5 long bed d-cab Tacoma. The tacoma is nice, but... *sniff* ... I'll update my site when I'm done grieving. |
|
|
|
|
|
#22 (permalink) |
|
Contributing Member
Join Date: Oct 2002
Location: Duvall, WA
Posts: 5,109
|
True, I had forgotten about having to do that. You can also tweak the order that those pages will be served in.
__________________
-Rob Slightly Modified 2001 Tacoma - WATRD.COM WATTORA is becoming NWToys! Tread Lightly! certified Tread Trainer Search 100+ Toyota tech sites, including this one: Toyota Tech Search |
|
|
|
|
|
#23 (permalink) |
|
Contributing Member
|
What I'm trying to accomplish is basically a low traffic web server that page will just be directories, clicking will open thumbnails, when clicked will enlarge.....is apache a good webserver to do this with?...maybe something a little bit simpilar (not that its complicated I just havent done any reading yet)?
I'm gonna have to do this tomorrow I have zero desire to "learn" now heheh....
__________________
06 Subaru WRX |
|
|
|
|
|
#24 (permalink) |
|
Contributing Member
Join Date: Oct 2002
Location: Duvall, WA
Posts: 5,109
|
It sounds like you are on the right track. Your other real option is IIS and it's so buggy and full of vulnerabilites that you are better off working through the quirks of Apache.
__________________
-Rob Slightly Modified 2001 Tacoma - WATRD.COM WATTORA is becoming NWToys! Tread Lightly! certified Tread Trainer Search 100+ Toyota tech sites, including this one: Toyota Tech Search |
|
|
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Directory browse under Apache? | midiwall | Computer Talk | 13 | 05-17-2006 06:04 PM |
| I spy... "Fooling The Eye" NisAznMonk in Car Audio & Electronics | 4-RUNNIN' FREAK | Vehicle Audio & Home Entertainment | 3 | 03-04-2006 01:33 AM |
| Apache Trail - Az | lofreqjeff | Trip-Trail Reports & Photos | 1 | 01-30-2006 09:59 PM |
| Apache | Corey | Computer Talk | 8 | 09-16-2005 05:05 AM |
| any Apache gurus | jacksonpt | Computer Talk | 6 | 08-11-2004 02:27 PM |