SEARCH

Enter your search query in the box above ^, or use the forum search tool.

You are not logged in.

#2 Re: Off Topic / General Chat » Simple Apache/port-forwarding question » 2013-01-02 04:37:40

R3nCi wrote:
jst_joe wrote:

@R3nCi
Just went to the simplephpblog website and noticed their site is created with WordPress.
Why not use that instead?

Did you notice my replies to your recent post, entered in italics in your quote (post#34)? smile

I think I was typing that as you were posting your reply.  lol

R3nCi wrote:

Thank you SO MUCH for all of your help thus far!

You're very welcome, glad I could help!

#3 Re: Off Topic / General Chat » Simple Apache/port-forwarding question » 2013-01-02 03:31:55

Check out Drupal, Joomla and Xoops also. I'm sure your server is capable of handling them and all are very good CMS applications.

#4 Re: Off Topic / General Chat » Simple Apache/port-forwarding question » 2013-01-02 03:15:23

@R3nCi
Just went to the simplephpblog website and noticed their site is created with WordPress.
Why not use that instead?

#5 Re: Off Topic / General Chat » Simple Apache/port-forwarding question » 2013-01-02 03:02:39

Glad things are working now!  big_smile
Not familiar with simplephpblog script, any documentation?
Some php based applications can be very finicky with permissions on specific directories and files.
They will (sometimes) send up a page giving you a place start looking when there's a problem.
Is that what you're using to create the site at the link above?

#6 Re: Off Topic / General Chat » Simple Apache/port-forwarding question » 2013-01-01 21:10:22

I'm seeing by your /etc/apache2/sites-available/default that your document root is /srv/www.
Is there an index.html there?
Do you have a (my_website).conf file in /etc/apache2/sites-available?
Also, is there a symbolic link to (my_website).conf in /etc/apache2/sites-enabled?

[edit]: for typo

#7 Re: Off Topic / General Chat » Simple Apache/port-forwarding question » 2013-01-01 20:34:29

^Correct Apache is sending back a 404 that is a good sign.
@R3nCi try this:

sudo chmod -R 755 /var/www

assuming /var/www is your web directory where index.html lives.
[edit to add]: Never mind, you would have gotten a Forbidden error if permissions were wrong.

#8 Re: Artwork & Screenshots » January 2013 Screenshot Thread » 2013-01-01 06:29:55

@VastOne
It's a combination of the crunchbang-logo-minimal from Waldorf, Open Logos font for the Debian logo and the grid background I did in Photoshop and GIMP. I put it all together with GIMP it's 2560x1440 the .xcf is 18.86 MB you can get it HERE feel free to use it if you can.

[edit to add] just realized this post made me a #! Member above my sig pic WooHoo!  big_smile

#9 Re: Artwork & Screenshots » January 2013 Screenshot Thread » 2013-01-01 03:21:11

VastOne wrote:

Happy New Year to all Bangers!

I reran smxi after I saw your screen shot (nice BTW) and I just ran it last night.
They're very busy at liquorx aren't they? big_smile

[edit]: for typo

#11 Re: Artwork & Screenshots » January 2013 Screenshot Thread » 2013-01-01 02:03:26

I guess if you hang out here enough grayscale kind of grows on you.
scrot thumb

[edit to add]:

Happy New Year #!

#12 Re: Off Topic / General Chat » Simple Apache/port-forwarding question » 2013-01-01 01:47:00

@R3nCi
Since localhost:8080 and your internal IP:8080 are working then LAMP is working.
The problem is access from the web, external to internal ports are set to the same port on my router.
I have 3 sites running on my server acc-wtn.org, ccs-wtn.com and gwrra-tn-n.org same external IP address.
Ping all 3 and you'll see, DNS and Apache take care of what site gets displayed.
Your problem seems to be with your router if you can flash dd-wrt it takes care of NAT much more efficiently.
Be careful with a dd-wrt flash though, read the forums and wiki for your router or you can BRICK it.
Hope this helps and don't get discouraged once you figure out what the problem is you'll be able to do it with your eyes closed.

Joe

#13 Re: Off Topic / General Chat » Simple Apache/port-forwarding question » 2012-12-31 05:01:10

http://homelampservertesting.solitary.org/ is timing out for me.

R3nCi wrote:

How is it that you guys at crunchbang.org somehow manage to be in such a different universe (one where users are actually civil and pleasant to one another) to the Debian forums? lol

When you treat others with respect, you usually get the same in return.  wink

#14 Re: Off Topic / General Chat » Simple Apache/port-forwarding question » 2012-12-29 21:32:29

I'm getting "Iceweasel can't establish a connection to the server at waldorfworks.wirehound.com:4080" at that link.

[edit to add]:
I just read your post at http://forums.debian.net/viewtopic.php? … 3&p=467220 see if your router is capable of a dd-wrt flash. If it is you'll have much more control over port forwarding. Glad to hear you're getting positive results.

#15 Re: Off Topic / General Chat » Simple Apache/port-forwarding question » 2012-12-29 02:04:59

R3nCi wrote:

connection refused

Check the permissions on your www directory.

#16 Re: Off Topic / General Chat » Simple Apache/port-forwarding question » 2012-12-28 00:24:52

Everything looks OK in your config files, I'm wondering if Cox is blocking 8080 also.
Try https://www.grc.com/x/ne.dll?bh0bkyd2 you can scan selected ports, to check if they're available. Or you can install and run NMAP.

Joe

#17 Re: Off Topic / General Chat » Simple Apache/port-forwarding question » 2012-12-27 05:39:37

Try External Port 8080 to Internal Port 8080 on your router, also try accessing your website from http://downforme.org.
If you can access your site from the link then your router is not allowing loopback from your lan to your wan IP.
[Edit to add]
You won't view your website from the link but it will tell you if it's accessible from the internet.

#18 Re: Tips, Tricks & Scripts » How To: smxi Install and Setup » 2012-12-23 02:30:28

^ I can't even begin to thank corenominal and everyone involved with this forum enough.
This place is better than google for all things Debian/Linux.

Joe

#19 Re: Tips, Tricks & Scripts » How To: smxi Install and Setup » 2012-12-22 18:53:36

@ VastOne
Thanks for the great How To, I've been running liquorix for several months this makes it so much easier to test new kernels.

#20 Re: Off Topic / General Chat » Simple Apache/port-forwarding question » 2012-12-17 03:53:00

Edit /etc/apache2/ports.conf

If your ISP doesn't block port 80 I would set your router externet port to that.
Hope that helps.

Edit: sorry just reread your OP ports.conf should do the trick,
also check /etc/apache2/apache2.conf for these lines

# Include the virtual host configurations:
Include sites-enabled/
NameVirtualHost 192.168.1.xxx:80
NameVirtualHost 192.168.1.xxx:443

and change if needed.

#21 Re: Help & Support (Testing/Unstable) » How to update to waldorf from statler, easy step by step guide » 2012-12-14 01:30:16

^ I didn't know that about Synaptic, sounds like a great feature.
Thanks

#22 Re: Off Topic / General Chat » Christmas Wish List, 2012 » 2012-11-21 18:09:13

pvsage wrote:

"All I want for Christmas is whirled peas..."

Like this?

Sorry, that's hurled peas.  lol

#23 Re: CrunchBang Talk » Is CrunchBang Statler more or less stable than Xubuntu? » 2012-10-26 10:12:21

apprentice wrote:
look at my posts, not many questions, all my answers are here or pointed to by someone before i have to ask them

+1 on that

#24 Re: Help & Support (Testing/Unstable) » Thunar no longer able to view partitions » 2012-10-24 18:58:30

^Nice call MB!

<action id="org.freedesktop.udisks.filesystem-mount">

was yes

<action id="org.freedesktop.udisks.filesystem-mount-system-internal">

wasn't.

Joe

#25 Re: News & Announcements » Updated Waldorf "Testing" images: 20121015 » 2012-10-18 14:03:36

afab4 wrote:

The live install works flawlessly.  With Thunar, I am able to access network shares as well as the other partitions on my hard drive, even without any root authorization.
After installing to my hard drive though, I am unable to access the other partitions on my hard drive.
Trying to mount them in Thunar tells me that I need to have authorization to mount them but fails to give me the opportunity to do so.

Seems that the only partitions being written to fstab are the ones selected to be used during install.
You can add the others manually and all is good.

Board footer

Powered by FluxBB

Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.

Debian Logo