Fedora :: Apache Python ( Mod_python ) Does Not Work In FC14?

Feb 26, 2011

I installed (with yum) apache, python and mod_python in FC14. I added following contents to file /etc/httpd/conf.d/python.conf

Code:
<Directory /var/www/html>
AddHandler python-program .py
PythonHandler myscript
</Directory>
I tried to visit 127.0.0.1/myscript.py

[Code]...

View 1 Replies


ADVERTISEMENT

Ubuntu :: Can't Get Apxs \ Set Up A Web Server With Mod_python Installed With Apache?

Oct 18, 2010

and I am trying to set up a web server with mod_python installed with apache. When I run the ./configure for mod_python it gives me an error saying that can't find apxs. I have Ubuntu server addition and Apache2

View 1 Replies View Related

Fedora :: Coriander Doesnt Work With Fc14

Jan 6, 2011

I have coriander-2.0.0-1.fc14.i686 installed and it does n t work anymore as it used to with my IIDC compliant ieee1394 camera.

I understood that raw1394 and video1394 modules are now deprecated. So firewire_ohci and firewire_core are loaded when I plug in the camera. There is no more /dev/raw1394 and /dev/video-0 streams, but now there are /dev/fw0 and /dev/fw1.

When I run Coriander, I receive: Erreur de segmentation (core dumped)

If I create the following link: ln -s /dev/fw1 /dev/raw1394

[Code]....

View 2 Replies View Related

Fedora Networking :: Wvdial Does Not Work Anymore In FC14 ( Bug )?

Mar 19, 2011

I already had solved the problem [URL].. but after several yum updates it has appeared again. Within the script "/etc/ppp/ip-up" the sixth parameter isn't provided. But the sixth parameter should be "ppp0" (in this case). The script sets it into the variable $LOGDEVICE and passes it as first parameter to annother script. Successfully I had patched "/etc/ppp/ip-up". I would like to report a bug but I'm not sure if it is a wvdial or a ppp/pppd or a Fedora 14 bug.

Now (after several yum patch updates) my patched /etc/ppp/ip-up doesn't help anymore. The registration at the mobile phone provider seems to be ok but the internet connection isn't initialized.

According the man pages wvdial starts ppp or pppd and one of them seems to call /etc/ppp/ip-up. At which point in the subprocessed scripts (under /etc/sysconfig/network-scripts/) I didn't find out yet.

View 5 Replies View Related

Fedora Installation :: Microphone Doesn't Work With FC14 On Dell Laptop

Nov 18, 2010

How to make the mics work on a Dell XPX M1330 laptop. This seems to be a common problem with built in mics on laptops. I've tried all the obvious things with alsamixer and pulseaudio.

View 1 Replies View Related

Fedora Hardware :: ATI Mobility X600 (RV380 Based) Doesn't Work After Preupgrade FC13 - FC14

Nov 3, 2010

I have with the Videocard of one of my laptops. This laptop has a Mobility Radeon X600 card (RV380 based). I always had 3D hardware acceleration with mesa (at least in Fedora 12 and 13), but now it doesn't work. Boot seems normal, but reviewing the logs, I see this in the Xorg.0.log (after loading the radeon modues):

[Code]....

I don't have hardware acceleration, so no compositing and no gnome-shell I tried with both 7.9.1 and 7.9.2 versions of mesa-dri-driver (and its libs). The xorg-x11-drv-ati version is 6.13.1-0.3.20100705git37b348059.fc14

View 6 Replies View Related

Fedora X86/64bit :: Install Skype On A 64bit Fc14 And The 32bit Doesn't Work

Feb 16, 2011

I am trying to install skype on a 64bit Fc14 and the 32bit doesn't work.

View 8 Replies View Related

Fedora Security :: Sandbox -X Doesn't Work In F13: Policycoreutils-python Dependency Error?

Jul 29, 2010

one of the coolest features of Fedora imho is sandbox -X, which I used extensively in F12. However, in F13 I yum install /usr/sbin/seunshare prints:

Code:
[...]--> Processing Dependency: policycoreutils-python = 2.0.82-13.fc13 for package: policycoreutils-sandbox-2.0.82-13.fc13.x86_64
--> Finished Dependency Resolution
Error: Package: policycoreutils-sandbox-2.0.82-13.fc13.x86_64 (fedora)
Requires: policycoreutils-python = 2.0.82-13.fc13

[Code]....

View 6 Replies View Related

Fedora Servers :: Apache Php Upload Not Work

Dec 24, 2010

I've write a php code to upload files. by move_uploaded_file. I've given 777 to the folder. But file upload unsuccess, error log show no premission. I test the code in Centos it wotks. I change the dest folder in Fedora to /tmp it works, but it only work on /tmp. neither /tmp/abc nor /temp. I guess it's a setting problem on apache or php. I also copy http.conf and php.ini from Centos, but mod_file_cache and mod_mem_cache not find in Fedora.

View 2 Replies View Related

Fedora Servers :: Apache On Local Network Does Not Work

May 23, 2010

The situation is this, I have one of those router cable/wifi. So I have the main pc plugged to the router, the router give local ip for all my network (the others computers connects via wi-fi). Main pc starts up apache under Fedora 12, http://localhost.. works, http://127.0.0.1.. works, http://192.168.0.13 (my local ip) works. But when I try to connect to http://192.168.0.13 from another pc of my local network, it doesn't work. The others pcs are running windows vista.

I go another computers ping 192.168.0.13, responds!
From the main computer ping 192.168.0.14, responds!
So, there is communication between the machines, but I cant get to work under apache. I tried opening port 80 with iptables, i tried changing apache's port to another.

View 10 Replies View Related

Ubuntu Servers :: Installing Mod_python With LAMP?

May 4, 2010

End of my first week after using ubuntu. I have setup LAMP for the purposes of my own coding education, place to run php and python scripts.

LAMP seems to be setup fine and working - I even got php5 working with it - however I am having a lot more trouble getting python to work in much the same manner.

I have downloaded the mod_python from [URL], unzipped it, tried to run ./configure and it said apxs was not installed.

After some reading it turns out I had to remove some apache-fork something and install apache-devfork (please forgive lack of exact names).

After doing this the ./configure on mod_python passed the "finding apxs" test but then said it can't find apache2 at /sbin/apache2 and again aborted the configure.

running 10.4 (lucid)

View 1 Replies View Related

Ubuntu Servers :: Install Mod_python On 9.10 32 Bit Apache2 Server?

Jul 23, 2010

I'm trying to install mod_python on my Ubuntu 9.10 32 bit apache2 server. I have the module installed (via apt-get) and I know the module is loaded because the following appears in my log when I restart apache:

Code:
[Fri Jul 23 15:00:51 2010] [notice] Graceful restart requested, doing restart
PHP Deprecated: *Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/mcrypt.ini on line 1 in Unknown on line 0
PHP Deprecated: *Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/ming.ini on line 1 in Unknown on line 0

[Code]...

View 3 Replies View Related

Fedora :: Fc14 Bug With Gmixer?

Aug 23, 2011

I think there is a bug with gmixer on fc14 using lxde. Every time I log out and log back on gmixer spawns another process. So if I log out and log back on 6 times I will have 6 gmixer processes running concurrently.

View 3 Replies View Related

Debian :: Tunapie Doesn't Work Under Python 2.7?

Apr 25, 2011

i am using an updated version of Debian GNU/Linux Squeeze and i just downloaded and installed tunapie from the software depositories but it doesn't work i tried to run it from a terminal and this is what it came out with

Code:
Traceback (most recent call last):
File "/usr/share/tunapie/Tunapie.py", line 23, in <module>
import wxversion
ImportError: No module named wxversion
how do i fix this

View 9 Replies View Related

Software :: Tunapie Won't Work After Installing Python 2,7?

Sep 21, 2010

i just updated my version of python 2.6 to python 2.7 and when i just tried to run itwhats the problem here do i need to downgrade it or something

View 5 Replies View Related

Ubuntu Multimedia :: Gmediafinder Does Not Work Any More Beacause Of Python

Sep 1, 2011

gmediafinder does not work any more beacause of python.

View 2 Replies View Related

Ubuntu :: Install Python And A LaTeX Editor And Can't Get To Work

Jun 5, 2011

I'm trying to install Python and a LaTeX editor and can't really get either to work out. For texlive, I used 'sudo apt-get texlive-full', which didn't generate any errors, but I now can't seem to open the application. For Python, I used 'sudo apt-get update sudo apt-get install python2.6' which generated the error "Unable to lock directory /var/cache/apt/archives." I tried to remove a lock file that I read about on another post and open up SPM, but the error persisted.

View 2 Replies View Related

Fedora Hardware :: How To Get Fglrx In Fc14

Dec 23, 2010

ati proprietry fglrx driver in fedora 14, anyone know if this exists or where to get it? or is there some other way to get some 3d acceleration on fedora 14 with out it?

View 6 Replies View Related

Fedora :: Need Administrative Privileges FC14

Jun 18, 2011

I am new to this O/S. I have tried Mint and Ubuntu. There are some problems I would like to work out by myself before I take short-cuts, as if.I have tried to install codecs for my o/s media player and get a reply from computer "xxxx does not have sudoer rights, you will be reported."I tried to get sudoer rights and was told I had to have administrator rights first. To get administrator rights I needed sudoer rights. I decided to come to forums to ask and this is my first post.

Is there a danger in getting administrative rights? If so, I would still rather like to face the danger than not be able to play music. And how do I get real superuser rights? My root account is localhost.localdomain and my login account is XXXX. I would have access to everything rather than have a warning that the administration is receiving reports of my activity. Might anyone have help?

View 11 Replies View Related

Fedora :: Any Way To Use Packages To Install On Fc14?

Jul 30, 2011

I'd like to update my version of gsl to 1.15 (it has improved integration routines) Downloading & compiling worked, but I'm hesitant to overwrite the default packages with ones I compiled myself since there's a lot of compilation flags etc I may be getting wrong. On top of that, I need the header files from gsl-devel too to link against, and I'm not sure how that works. (Where to place them etc)Is there any way to use these packages to install on fc14?Should I just compile it myself?And what about the devel headers?

View 2 Replies View Related

Fedora :: Dvds Won't Play FC14

Aug 18, 2011

I have some problems reading dvds using either xine or totem

Here's the output from running xine dvd://

This is xine (X11 gui) - a free video player v0.99.6.
(c) 2000-2007 The xine Team.
libdvdread: Using libdvdcss version 1.2.10 for DVD access
libdvdread: Attempting to use device /dev/mapper/vg_inga-lv_root mounted on / for CSS authentication

[Code]....

I know that this issue has been addressed on the forum before, but I haven't found any threads that solves my problem.

View 9 Replies View Related

Fedora :: Compiling Stlplus (02-08) FC14

Mar 14, 2011

when compiling stlplus (02-08), FC14, i am getting these errors:

[Code]....

View 3 Replies View Related

Fedora :: Unable To Mount USB Drive In FC14

Nov 4, 2010

Whenever I insert a USB drive (or plug in my Motorola Droid to copy files to it), a window pops up that says 'Unable to Mount File System'. Not Authorized. The drive shows up under the Places menu, but if I click on it I just keep getting the same error.

View 14 Replies View Related

Fedora :: FC14 Live Upgrade - Can't Import Gpg Key

Nov 4, 2010

Just trying my first live upgrade but hit an issue with not being able to import the GPG key for FC14:

[root@jahama ~]# rpm --import https://fedoraproject.org/static/97A1071F.txt error: https://fedoraproject.org/static/97A1071F.txt: import failed. I downloaded the key to a file and had the same error so I know I haven't mistyped anything. What have I missed and what can I do to resolve it?

View 2 Replies View Related

Fedora :: Cannot Start VMWare-player In FC14

Nov 15, 2010

I tried installing VMWare-player using

Code:
#./VMware-Player-3.1.2-301548.i386.bundle
It got installed successfully, but while running it said gcc not found. so i installed gcc by
Code:
#yum install gcc

[Code]....

View 4 Replies View Related

Fedora :: Unable To Get Sdlmame Performance In FC14?

Nov 24, 2010

I've got the Gnome front end installed and everything runs terribly slow. Now that I think about it, I'm not sure if its a problem with sdlmame or the Gnome front end.Is anyone successfully running MAME under FC14? If so, what did you have to do? Did you have a similar experience to mine? How did you correct it?

View 2 Replies View Related

Fedora :: Emcas Error After Upgrade To FC14

Nov 25, 2010

after upgrading to FC14, i'm getting this when I run emacs file.sh:

GLib-GIO:ERROR:gdbusconnection.c:2270:initable_init: assertion failed: (connection->initialization_error == NULL)

Fatal error (6)Aborted (core dumped) This only happen when i'm logged in as root, on the Terminal session. As a regular user, or launching emacs from task bar icon don't happen.

View 1 Replies View Related

Fedora Servers :: Which Is Based On FC5 Still Applicable To FC14?

Dec 3, 2010

Is this howto which is based on FC5 still applicable to FC14?[URL]...

View 2 Replies View Related

Fedora :: No Audio After Sleep/resume On FC14?

Dec 4, 2010

Whenever I resume my laptop, there is no audio... the only way to make it work is to restart my comp ...I am using fedora 14 on Thinkpad x201 .

View 1 Replies View Related

Fedora :: Yum Is Only Offering Kernel-headers For 2.6.35.11-83.fc14

Feb 13, 2011

where you only get offered the kernel-headers for 2.6.35.11-83 by yum but not the kernel or the kernel-devel? I tried yum clean all and both pointing to the baseurl and mirrorlist and it does the same thing for both. Oddly my other laptop with F14 in the wireless cafe showed all three packages were available.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved